portes
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Pako Natek 2024-03-28 12:43:13 +01:00
parent b445d745a5
commit 1d906c993b
1 changed files with 1 additions and 1 deletions

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;