This commit is contained in:
James Cole 2017-12-03 08:57:23 +01:00
parent 553586a159
commit f300c66143
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -141,7 +141,7 @@
<th data-defaultsign="az">{{ 'budget'|_ }}</th>
<th data-defaultsign="_19" style="width:25%;">{{ 'budgeted'|_ }}</th>
<th data-defaultsign="_19" class="hidden-sm hidden-xs">{{ 'spent'|_ }}</th>
<th data-defaultsign="_19" class="hidden-sm hidden-xs">{{ 'left'|_ }}</th>
<th data-defaultsign="_19">{{ 'left'|_ }}</th>
</tr>
</thead>
<tbody>
@ -182,7 +182,7 @@
data-value="{{ budgetInformation[budget.id]['spent'] }}">
{{ budgetInformation[budget.id]['spent']|formatAmount }}
</td>
<td class="hidden-sm hidden-xs left" data-id="{{ budget.id }}"
<td class="left" data-id="{{ budget.id }}"
data-value="{{ (repAmount + budgetInformation[budget.id]['spent']) }}">
{{ (repAmount + budgetInformation[budget.id]['spent'])|formatAmount }}
</td>