6358-boxPicking_blueMammut #2230

Merged
pako merged 10 commits from 6358-boxPicking_blueMammut into dev 2024-04-02 05:13:53 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1d906c993b - Show all commits

View File

@ -246,7 +246,7 @@ w1: WHILE vQuantity >= vPacking DO
NOW()
FROM packingSite ps
JOIN host h ON h.id = ps.hostFk
JOIN item i ON i.name = 'Shipping cost'
JOIN item i ON i.name = 'Porte Caja'
WHERE ps.id = vPackingSiteFk
LIMIT 1;