mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +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) {
|
setup_known_caller(wrapper) {
|
||||||
const contact = this.contact;
|
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 : [];
|
const links = contact.links ? contact.links : [];
|
||||||
|
|
||||||
let contact_links = '';
|
let contact_links = '';
|
||||||
|
|||||||
Reference in New Issue
Block a user