diff --git a/erpnext/templates/emails/birthday_reminder.html b/erpnext/templates/emails/birthday_reminder.html index 5f2f13dce5..12cdf1ec60 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) }} {% endif %} {% endfor %}