mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
Merge pull request #43655 from frappe/mergify/copy/develop/pr-43521
fix: Link opportunity from RFQ to supplier quotation (copy #43521)
This commit is contained in:
@@ -391,6 +391,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