mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
fix: Do not copy Item Tax template from SO to PO
This commit is contained in:
@@ -868,7 +868,8 @@ def make_purchase_order(source_name, for_supplier=None, selected_items=[], targe
|
|||||||
],
|
],
|
||||||
"field_no_map": [
|
"field_no_map": [
|
||||||
"rate",
|
"rate",
|
||||||
"price_list_rate"
|
"price_list_rate",
|
||||||
|
"item_tax_template"
|
||||||
],
|
],
|
||||||
"postprocess": update_item,
|
"postprocess": update_item,
|
||||||
"condition": lambda doc: doc.ordered_qty < doc.qty and doc.supplier == supplier and doc.item_code in selected_items
|
"condition": lambda doc: doc.ordered_qty < doc.qty and doc.supplier == supplier and doc.item_code in selected_items
|
||||||
|
|||||||
Reference in New Issue
Block a user