Skip to content

Commit

Permalink
Update openupgrade_scripts/scripts/purchase_stock/16.0.1.2/pre-migrat…
Browse files Browse the repository at this point in the history
…ion.py
  • Loading branch information
royle-vietnam authored Jul 20, 2023
1 parent 3fd0cc6 commit c129561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _compute_purchase_order_receipt_status(env):
ORDER BY 1
)
UPDATE purchase_order as po
SET receipt_status = po_receipt_status.receipt_status
SET receipt_status = po_receipt_status.receipt_status
FROM po_receipt_status
WHERE po_receipt_status.id = po.id;
""",
Expand Down

0 comments on commit c129561

Please sign in to comment.