mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 09:23:09 +00:00
fix: Do not update ignore prcing rule check implicitly
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user