mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
[fix] opportunity -> quotation
This commit is contained in:
@@ -186,9 +186,6 @@ def make_quotation(source_name, target_doc=None):
|
|||||||
"enquiry_from": "quotation_to",
|
"enquiry_from": "quotation_to",
|
||||||
"enquiry_type": "order_type",
|
"enquiry_type": "order_type",
|
||||||
"name": "enq_no",
|
"name": "enq_no",
|
||||||
},
|
|
||||||
"validation": {
|
|
||||||
"docstatus": ["=", 1]
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Opportunity Item": {
|
"Opportunity Item": {
|
||||||
|
|||||||
Reference in New Issue
Block a user