fix: refs #7781 prevent pallet merge #2792

Merged
pablone merged 13 commits from 7781-fixPalletMerge into master 2024-10-04 06:17:57 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ba494a77e6 - Show all commits

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;