mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 18:59:08 +00:00
Merge pull request #50439 from ljain112/fix-lead-quotation
This commit is contained in:
@@ -252,6 +252,7 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
|
||||
lead: this.frm.doc.party_name,
|
||||
posting_date: this.frm.doc.transaction_date,
|
||||
company: this.frm.doc.company,
|
||||
doctype: this.frm.doc.doctype,
|
||||
},
|
||||
callback: function (r) {
|
||||
if (r.message) {
|
||||
|
||||
Reference in New Issue
Block a user