mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 10:45:29 +00:00
fix: Show lead name when the lead calls
This commit is contained in:
@@ -97,7 +97,7 @@ class CallPopup {
|
||||
|
||||
setup_known_caller(wrapper) {
|
||||
const contact = this.contact;
|
||||
const contact_name = frappe.utils.get_form_link('Contact', contact.name, true);
|
||||
const contact_name = frappe.utils.get_form_link(contact.doctype, contact.name, true, contact.lead_name);
|
||||
const links = contact.links ? contact.links : [];
|
||||
|
||||
let contact_links = '';
|
||||
|
||||
Reference in New Issue
Block a user