Merge pull request 'hotFix reallocate iss refs #6861' (!2809) from 6861_reallocate_itemShelving into master
Reviewed-on: #2809 Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
commit
d9151bdf6a
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue