fix: twig couple files

* fix referralType display after converting to enum
This commit is contained in:
2025-01-21 14:38:12 -05:00
parent 610cccc191
commit 7bc73345b0
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
</td>
<td>
<p class='text-xs font-weight-bold mb-0'>
{{ c.referralType }}/{{ c.referralSource.name }}<br/>
{{ c.referralType.value }}/{{ c.referralSource.name }}<br/>
<a href='mailto:{{ c.referralSource.email }}'>{{ c.referralSource.email }}</a>
</p>
</td>