fix: refs #8268 refs#8268 itemShelvingAdd
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Sergio De la torre 2025-02-28 11:08:08 +01:00
parent d680dc8da7
commit da21c58c24
1 changed files with 5 additions and 4 deletions

View File

@ -55,7 +55,8 @@ BEGIN
available = available + vQuantity available = available + vQuantity
WHERE shelvingFk = vShelvingFk WHERE shelvingFk = vShelvingFk
AND itemFk = vItemFk AND itemFk = vItemFk
AND packing = vPacking; AND packing = vPacking
LIMIT 1;
ELSE ELSE