This commit is contained in:
James Cole 2017-10-15 14:37:58 +02:00
parent 5c0bb34d77
commit dad1ee6edd
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -121,6 +121,7 @@
<td style="width:33%;">{{ 'spent'|_ }}</td>
<td>{{ limit.spent|formatAmount }}</td>
</tr>
{% if limit.spent > 0 %}
<tr>
<td colspan="2">
{% set overspent = limit.amount + limit.spent < 0 %}
@ -142,6 +143,7 @@
{% endif %}
</td>
</tr>
{% endif %}
</table>
</div>
</div>