mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 22:21:31 +01:00
fix: Link opportunity from RFQ to supplier quotation
This commit is contained in:
@@ -390,6 +390,7 @@ def make_supplier_quotation_from_rfq(source_name, target_doc=None, for_supplier=
|
|||||||
"Request for Quotation": {
|
"Request for Quotation": {
|
||||||
"doctype": "Supplier Quotation",
|
"doctype": "Supplier Quotation",
|
||||||
"validation": {"docstatus": ["=", 1]},
|
"validation": {"docstatus": ["=", 1]},
|
||||||
|
"field_map": {"opportunity": "opportunity"},
|
||||||
},
|
},
|
||||||
"Request for Quotation Item": {
|
"Request for Quotation Item": {
|
||||||
"doctype": "Supplier Quotation Item",
|
"doctype": "Supplier Quotation Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user