Merge pull request #50439 from ljain112/fix-lead-quotation

This commit is contained in:
Smit Vora
2025-11-17 19:08:31 +05:30
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -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) {