[minor] fixes for TypeError: get_lead_details() takes at least 1 argument (2 given)
This commit is contained in:
parent
e012e24423
commit
30e03cc4c8
@ -105,6 +105,10 @@ erpnext.selling.QuotationController = erpnext.selling.SellingController.extend({
|
||||
|
||||
lead: function() {
|
||||
var me = this;
|
||||
if(!this.frm.doc.lead) {
|
||||
return;
|
||||
}
|
||||
|
||||
frappe.call({
|
||||
method: "erpnext.crm.doctype.lead.lead.get_lead_details",
|
||||
args: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user