Introduce expenseNeutral flag
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<th th:text="#{financer.transaction-list.table-header.description}"/>
|
||||
<th th:text="#{financer.transaction-list.table-header.byRecurring}"/>
|
||||
<th th:text="#{financer.transaction-list.table-header.taxRelevant}"/>
|
||||
<th th:if="${showActions}" th:text="#{financer.transaction-list.table-header.actions}"/>
|
||||
<th th:text="#{financer.transaction-list.table-header.actions}"/>
|
||||
</tr>
|
||||
<tr th:each="transaction : ${transactions}">
|
||||
<td class="hideable-column" th:text="${transaction.id}"/>
|
||||
|
||||
Reference in New Issue
Block a user