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
pablone marked this conversation as resolved Outdated
Outdated
Review

Si dalt se ha fet IF NOT vExpeditionWithPallet no entrarà mai per el else.
Volies ficar vExpeditionWithOutPallet ?

Si dalt se ha fet `IF NOT vExpeditionWithPallet` no entrarà mai per el else. Volies ficar `vExpeditionWithOutPallet` ?

si

si
WHERE id = vArcId;