Merge pull request #9913 from mbauskar/quotation

[minor] fixes for TypeError: get_lead_details() takes at least 1 argument (2 given)
This commit is contained in:
Nabin Hait 2017-07-18 12:20:47 +05:30 committed by GitHub
commit 4a10f18ee3

View File

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