Removed old code.

This commit is contained in:
James Cole
2015-12-02 09:01:40 +01:00
parent d124de51db
commit 04f71b3b43
2 changed files with 0 additions and 24 deletions

View File

@@ -14,7 +14,6 @@
<th>
{{ 'leftInBudget'|_ }}
</th>
<th>{{ 'sum'|_ }}</th>
</tr>
</thead>
<tbody>
@@ -45,9 +44,6 @@
<td>
{{ balanceLine.leftOfRepetition|formatAmount }}
</td>
<td>
{{ balanceLine.sumOfLeft|formatAmount }}
</td>
</tr>
{% endfor %}
</tbody>