From 820abd3ba4829ac50dc12f9c86a5239745552ae2 Mon Sep 17 00:00:00 2001 From: ci2014 Date: Mon, 16 Jan 2017 07:27:34 +0100 Subject: [PATCH] Fix missing comma (#7495) Fixed missing comma after method set_contact_link --- erpnext/crm/doctype/opportunity/opportunity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/crm/doctype/opportunity/opportunity.js b/erpnext/crm/doctype/opportunity/opportunity.js index 1ebc0a96a5..d7d412a1e1 100644 --- a/erpnext/crm/doctype/opportunity/opportunity.js +++ b/erpnext/crm/doctype/opportunity/opportunity.js @@ -56,7 +56,7 @@ frappe.ui.form.on("Opportunity", { } else if(frm.doc.lead) { frappe.contact_link = {doc: frm.doc, fieldname: 'lead', doctype: 'Lead'} } - } + }, make_supplier_quotation: function(frm) { frappe.model.open_mapped_doc({