mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
fix: Remove Rate from field_no_map
This commit is contained in:
@@ -959,7 +959,6 @@ def make_purchase_order(source_name, selected_items=None, target_doc=None):
|
|||||||
["rate", "rate"]
|
["rate", "rate"]
|
||||||
],
|
],
|
||||||
"field_no_map": [
|
"field_no_map": [
|
||||||
"rate",
|
|
||||||
"price_list_rate",
|
"price_list_rate",
|
||||||
"item_tax_template",
|
"item_tax_template",
|
||||||
"discount_percentage",
|
"discount_percentage",
|
||||||
|
|||||||
Reference in New Issue
Block a user