fix: Call popup avatar

Avoid getting session users image if customer doc has no image
This commit is contained in:
Suraj Shetty
2019-07-10 10:39:43 +05:30
committed by GitHub
parent 62911ec198
commit 838697261d

View File

@@ -109,7 +109,7 @@ class CallPopup {
}); });
wrapper.append(` wrapper.append(`
<div class="caller-info flex"> <div class="caller-info flex">
${frappe.avatar(null, 'avatar-xl', contact.name, contact.image)} ${frappe.avatar(null, 'avatar-xl', contact.name, contact.image || '')}
<div> <div>
<h5>${contact_name}</h5> <h5>${contact_name}</h5>
<div>${contact.mobile_no || ''}</div> <div>${contact.mobile_no || ''}</div>