Merge pull request #44026 from frappe/mergify/bp/version-14-hotfix/pr-43873

fix: add missing fields to field_no_map array (backport #43873)
This commit is contained in:
ruthra kumar
2024-11-08 11:52:24 +05:30
committed by GitHub

View File

@@ -1035,6 +1035,8 @@ def make_purchase_order_for_default_supplier(source_name, selected_items=None, t
"discount_percentage",
"discount_amount",
"pricing_rules",
"margin_type",
"margin_rate_or_amount",
],
"postprocess": update_item,
"condition": lambda doc: doc.ordered_qty < doc.stock_qty