mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 17:18:30 +00:00
fix: Link opportunity from RFQ to supplier quotation
(cherry picked from commit eb1f1255eb)
This commit is contained in:
committed by
Mergify
parent
7dedcc428b
commit
528748d37c
@@ -391,6 +391,7 @@ def make_supplier_quotation_from_rfq(source_name, target_doc=None, for_supplier=
|
||||
"Request for Quotation": {
|
||||
"doctype": "Supplier Quotation",
|
||||
"validation": {"docstatus": ["=", 1]},
|
||||
"field_map": {"opportunity": "opportunity"},
|
||||
},
|
||||
"Request for Quotation Item": {
|
||||
"doctype": "Supplier Quotation Item",
|
||||
|
||||
Reference in New Issue
Block a user