fix: refs #7781 conditional

This commit is contained in:
Pablo Natek 2024-07-26 12:39:00 +02:00
parent 6845f1456e
commit ba494a77e6
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ BEGIN
FROM tExpedition
WHERE palletFk IS NULL;
IF vExpeditionWithPallet THEN
IF vExpeditionWithOutPallet THEN
UPDATE arcRead
SET error = vExpeditionWithOutPallet
WHERE id = vArcId;