Basic code for tracking liabilities.

This commit is contained in:
James Cole
2018-08-04 17:30:47 +02:00
parent f0d3ca5d53
commit 8dbc846314
17 changed files with 161 additions and 43 deletions

View File

@@ -33,7 +33,7 @@
{% endif %}
</p>
{% endif %}
{% if account.transactions.count > 0 %}
{% if account.transactions.count > 0 and account.accountType.type == 'Asset account' %}
<p class="text-success">
{{ 'save_transactions_by_moving'|_ }}
</p>