Fix missing comma (#7495)

Fixed missing comma after method set_contact_link
This commit is contained in:
ci2014 2017-01-16 07:27:34 +01:00 committed by Rushabh Mehta
parent 95439db53f
commit 820abd3ba4

View File

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