fix: Do not update ignore prcing rule check implicitly

This commit is contained in:
Deepesh Garg
2022-03-13 17:48:37 +05:30
parent 13dce71c21
commit 96b5cedcf8
4 changed files with 0 additions and 4 deletions

View File

@@ -402,7 +402,6 @@ def close_or_unclose_purchase_orders(names, status):
frappe.local.message_log = []
def set_missing_values(source, target):
target.ignore_pricing_rule = 1
target.run_method("set_missing_values")
target.run_method("calculate_taxes_and_totals")