refactor: refs #7817 itemShelving_addList change #2882

Merged
jgallego merged 7 commits from 7817-isChecked into dev 2024-10-03 05:34:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit acdaa96211 - Show all commits

View File

@ -38,7 +38,7 @@ BEGIN
AND itemFk = vItemFk;
END IF;
IF NOT (vIsChecking AND vIsChecked) THEN
IF NOT vIsChecking OR NOT vIsChecked THEN
guillermo marked this conversation as resolved Outdated

Seria más legible sin el NOT y con un OR

Seria más legible sin el NOT y con un OR
CALL itemShelving_add(vShelvingFk, vBarcode, 1, NULL, NULL, NULL, vWarehouseFk);
END IF;