Merge pull request #22323 from deepeshgarg007/item_tax_map

fix: Do not copy Item Tax template from SO to PO
This commit is contained in:
Deepesh Garg 2020-06-18 17:01:53 +05:30 committed by GitHub
commit bdb40553c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -868,7 +868,8 @@ def make_purchase_order(source_name, for_supplier=None, selected_items=[], targe
],
"field_no_map": [
"rate",
"price_list_rate"
"price_list_rate",
"item_tax_template"
],
"postprocess": update_item,
"condition": lambda doc: doc.ordered_qty < doc.qty and doc.supplier == supplier and doc.item_code in selected_items