fix: refs #7781 prevent pallet merge #2792
|
@ -88,7 +88,7 @@ BEGIN
|
|||
FROM tExpedition
|
||||
WHERE palletFk IS NULL;
|
||||
|
||||
IF vExpeditionWithPallet THEN
|
||||
IF vExpeditionWithOutPallet THEN
|
||||
UPDATE arcRead
|
||||
SET error = vExpeditionWithOutPallet
|
||||
pablone marked this conversation as resolved
Outdated
|
||||
WHERE id = vArcId;
|
||||
|
|
Loading…
Reference in New Issue
Si dalt se ha fet
IF NOT vExpeditionWithPallet
no entrarà mai per el else.Volies ficar
vExpeditionWithOutPallet
?si