Skip to content
Snippets Groups Projects
Commit d649272e authored by Christian  Cruz's avatar Christian Cruz
Browse files

Fire event when lead conversion modal has been displayed

parent 5a349ee9
No related branches found
No related tags found
1 merge request!892Fire event when lead conversion modal has been displayed
......@@ -118,6 +118,7 @@ Vtiger_Detail_Js("Leads_Detail_Js", {
instance.registerForDisableCheckEvent();
instance.registerConvertLeadEvents();
instance.registerConvertLeadSubmit();
app.event.trigger('post.ConvertLeadForm.show');
}
app.helper.showModal(data, {"cb": callBackFunction});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment