feat: refs #4948 Version expedition_doSelfConsumptionPackaging

This commit is contained in:
Guillermo Bonet 2024-11-07 12:24:40 +01:00
parent c9f8788ef4
commit 73f1afda1f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ proc: BEGIN
WHERE itemFk = vItemFk
AND ticketFk = vTicketFk;
IF vSaleFk NOT IS NULL THEN
IF vSaleFk IS NOT NULL THEN
UPDATE sale
SET quantity = quantity + 1
WHERE id = vSaleFk;