mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
fix: map project from rfq to supplier quotation
This commit is contained in:
@@ -395,7 +395,11 @@ def make_supplier_quotation_from_rfq(source_name, target_doc=None, for_supplier=
|
|||||||
},
|
},
|
||||||
"Request for Quotation Item": {
|
"Request for Quotation Item": {
|
||||||
"doctype": "Supplier Quotation Item",
|
"doctype": "Supplier Quotation Item",
|
||||||
"field_map": {"name": "request_for_quotation_item", "parent": "request_for_quotation"},
|
"field_map": {
|
||||||
|
"name": "request_for_quotation_item",
|
||||||
|
"parent": "request_for_quotation",
|
||||||
|
"project_name": "project",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
target_doc,
|
target_doc,
|
||||||
|
|||||||
Reference in New Issue
Block a user