refs #6312 hotFix fix:replaceItem
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
f1f2dfea35
commit
46f2d790db
|
@ -92,8 +92,8 @@ BEGIN
|
|||
START TRANSACTION;
|
||||
|
||||
UPDATE sale
|
||||
SET quantity = quantity - vQuantity
|
||||
WHERE id = vSaleFk;
|
||||
SET originalQuantity = quantity - vQuantity,
|
||||
quantity = quantity - vQuantity
|
||||
|
||||
INSERT INTO vn.sale(ticketFk,
|
||||
itemFk,
|
||||
|
|
Loading…
Reference in New Issue