mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 13:31:56 +00:00
6 lines
170 B
SQL
6 lines
170 B
SQL
-- Rollback price adjustment_stock id=531
|
|
UPDATE adjustment_stocks
|
|
SET price = 9535,
|
|
grand_total = ROUND(9000 * 9535, 3)
|
|
WHERE id = 531 AND adj_number = 'ADJ-00506';
|