[UPDT] HELPDESK: Employee get avatar placed in helpdesk

This commit is contained in:
Horilla
2024-11-04 10:20:01 +05:30
parent c523b62db3
commit 0499cb6aa4

View File

@@ -148,7 +148,7 @@
<div class="oh-profile oh-profile--md">
<div class="oh-profile__avatar mr-1">
<img
src="https://ui-avatars.com/api/?name={{ticket.employee_id}}&background=random"
src="{{ticket.employee_id.get_avatar}}"
class="oh-profile__image"
alt="oh-link--secondary" />
</div>