Skip to content

Commit 6d7fe9e

Browse files
[FIX] purchase_discount: typo error in post-migrate script
1 parent 9e530ea commit 6d7fe9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purchase_triple_discount/migrations/16.0.3.0.0/post-migrate.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def compute_purchase_line_discount(env):
2323
openupgrade.logged_query(
2424
env.cr,
2525
"""
26-
UPDATE prochase_order_line
26+
UPDATE purchase_order_line
2727
SET discount = %s
2828
WHERE id = %s;
2929
""",

0 commit comments

Comments
 (0)