fix: refs #7781 conditional
This commit is contained in:
parent
6845f1456e
commit
ba494a77e6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue