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

@@ -520,7 +520,6 @@ def make_project(source_name, target_doc=None):
@frappe.whitelist()
def make_delivery_note(source_name, target_doc=None, skip_item_mapping=False):
def set_missing_values(source, target):
target.ignore_pricing_rule = 1
target.run_method("set_missing_values")
target.run_method("set_po_nos")
target.run_method("calculate_taxes_and_totals")