commit | 8670dda5b76c9abfff11c15c33c6e2367bce66ee | [log] [tgz] |
---|---|---|
author | Suraj Shetty <surajshetty3416@gmail.com> | Thu Jan 21 16:47:04 2021 +0530 |
committer | Suraj Shetty <surajshetty3416@gmail.com> | Thu Jan 21 16:47:04 2021 +0530 |
tree | 95d2e2051dd015806d0fdce80910c493e19529f5 | |
parent | 2dcdeb82310009bdfe72a8b21ccc726c0a255f91 [diff] |
fix: Use abbr method for abbr
diff --git a/erpnext/templates/emails/birthday_reminder.html b/erpnext/templates/emails/birthday_reminder.html index 5f2f13d..12cdf1e 100644 --- a/erpnext/templates/emails/birthday_reminder.html +++ b/erpnext/templates/emails/birthday_reminder.html
@@ -13,7 +13,7 @@ class="avatar-frame standard-image" style="{{ css_style or '' }}" title="{{ person.name }}"> - {{ person.name[:1] }} + {{ frappe.utils.get_abbr(person.name) }} </span> {% endif %} {% endfor %}