mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
fix(lead): made the create and action menu visible for lead doctype
This commit is contained in:
@@ -239,6 +239,7 @@ erpnext.LeadController = class LeadController extends frappe.ui.form.Controller
|
||||
crm_activities.refresh();
|
||||
}
|
||||
};
|
||||
if (this.frm) {
|
||||
extend_cscript(this.frm.cscript, new erpnext.LeadController({ frm: this.frm }));
|
||||
|
||||
if (cur_frm) {
|
||||
extend_cscript(cur_frm.cscript, new erpnext.LeadController({ frm: cur_frm }));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user