Fix
gitea/salix/pipeline/pr-test This commit looks good Details
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-07-12 10:37:39 +02:00
parent b93601d6d8
commit 323d26f226
1 changed files with 1 additions and 1 deletions

View File

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