fix: twig couple files
* fix referralType display after converting to enum
This commit is contained in:
parent
610cccc191
commit
7bc73345b0
@ -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>
|
||||
|
@ -49,7 +49,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>
|
||||
|
@ -43,7 +43,7 @@
|
||||
|
||||
<div class='input-group input-group-outline mb-3 is-filled'>
|
||||
<label for='case_form_referralType' class='form-label'>Referral Type</label>
|
||||
<input type='text' name='referralType' id='case_form_referralType' value='{{ case.referralType }}' class='form-control'/>
|
||||
<input type='text' name='referralType' id='case_form_referralType' value='{{ case.referralType.value }}' class='form-control'/>
|
||||
</div>
|
||||
|
||||
<div class='input-group input-group-outline mb-3 is-filled'>
|
||||
|
Loading…
Reference in New Issue
Block a user