[UPDT] ATTENDANCE : Change in currency section to view prefix or postfix to the amount
This commit is contained in:
@@ -27,9 +27,15 @@
|
||||
{% trans "No" %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="oh-sticky-table__td">
|
||||
{{currency}} {{ acc.penalty_amount }}
|
||||
</div>
|
||||
{% if position == 'prefix' %}
|
||||
<div class="oh-sticky-table__td">
|
||||
{{currency}} {{ acc.penalty_amount }}
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="oh-sticky-table__td">
|
||||
{{ acc.penalty_amount }} {{currency}}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="oh-sticky-table__td">{{ acc.created_at }}</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user