feat: add account group to item

This commit is contained in:
Herculino Trotta
2024-10-21 15:49:03 -03:00
parent 2b1fdd49e5
commit 3b4061c1b8
2 changed files with 2 additions and 1 deletions
@@ -84,7 +84,7 @@
color="grey"></c-amount.display>
{% endif %}
{% endwith %}
<div>{{ transaction.account.name }}</div>
<div>{% if transaction.account.group %}{{ transaction.account.group.name }} • {% endif %}{{ transaction.account.name }}</div>
</div>
<div>
{# Item actions#}