mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 07:18:27 +00:00
make quotation against lead company name (#9188)
This commit is contained in:
@@ -150,8 +150,7 @@ def make_quotation(source_name, target_doc=None):
|
||||
{"Lead": {
|
||||
"doctype": "Quotation",
|
||||
"field_map": {
|
||||
"name": "lead",
|
||||
"lead_name": "customer_name",
|
||||
"name": "lead"
|
||||
}
|
||||
}}, target_doc)
|
||||
target_doc.quotation_to = "Lead"
|
||||
|
||||
Reference in New Issue
Block a user