refactor: refs #7817 Requested changes
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-09-17 12:30:11 +02:00
parent d7e7647b52
commit acdaa96211
1 changed files with 1 additions and 1 deletions

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
CALL itemShelving_add(vShelvingFk, vBarcode, 1, NULL, NULL, NULL, vWarehouseFk);
END IF;