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;
|
START TRANSACTION;
|
||||||
|
|
||||||
UPDATE sale
|
UPDATE sale
|
||||||
SET quantity = quantity - vQuantity
|
SET originalQuantity = quantity - vQuantity,
|
||||||
WHERE id = vSaleFk;
|
quantity = quantity - vQuantity
|
||||||
|
|
||||||
INSERT INTO vn.sale(ticketFk,
|
INSERT INTO vn.sale(ticketFk,
|
||||||
itemFk,
|
itemFk,
|
||||||
|
|
Loading…
Reference in New Issue