mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
Fix missing comma (#7495)
Fixed missing comma after method set_contact_link
This commit is contained in:
@@ -56,7 +56,7 @@ frappe.ui.form.on("Opportunity", {
|
|||||||
} else if(frm.doc.lead) {
|
} else if(frm.doc.lead) {
|
||||||
frappe.contact_link = {doc: frm.doc, fieldname: 'lead', doctype: 'Lead'}
|
frappe.contact_link = {doc: frm.doc, fieldname: 'lead', doctype: 'Lead'}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
make_supplier_quotation: function(frm) {
|
make_supplier_quotation: function(frm) {
|
||||||
frappe.model.open_mapped_doc({
|
frappe.model.open_mapped_doc({
|
||||||
|
|||||||
Reference in New Issue
Block a user