This commit is contained in:
James Cole
2019-09-23 17:13:42 +02:00
parent 3c8935c0a8
commit dd87b1472e
2 changed files with 9 additions and 0 deletions

View File

@@ -213,5 +213,12 @@ TODO: hide and show columns
</div>
</td>
</tr>
<tr>
{% if showCategory or showBudget %}
<td colspan="9" class="no-margin-pagination">{{ groups.render|raw }}</td>
{% else %}
<td colspan="8" class="no-margin-pagination">{{ groups.render|raw }}</td>
{% endif %}
</tr>
</tfoot>
</table>