hotFix reallocate iss refs #6861 #2809

Merged
carlosap merged 1 commits from 6861_reallocate_itemShelving into master 2024-07-30 11:06:52 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ BEGIN
FROM itemShelvingSale iss
JOIN itemShelving ish ON ish.id = iss.itemShelvingFk
WHERE iss.itemShelvingFk = vItemShelvingFk
AND iss.itemFk = vItemFk
AND ish.itemFk = vItemFk
AND NOT iss.isPicked
FOR UPDATE;