feat: refs #4948 Added ticket_doSelfConsumptionPackaging proc & event #2262

Closed
guillermo wants to merge 15 commits from 4948-procTicketSelfConsumption into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 73f1afda1f - Show all commits

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;