7642_createNewState #2736

Closed
sergiodt wants to merge 32 commits from 7642_createNewState into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 323d26f226 - Show all commits

View File

@ -75,7 +75,7 @@ proc: BEGIN
UPDATE sale
SET quantity = vTotalReservedQuantity
WHERE id = vSaleFk;
END IF
END IF;
LEAVE l;
END IF;