feat: show account group on account reconciliation form

This commit is contained in:
Herculino Trotta
2024-10-20 11:55:52 -03:00
parent 1909184d55
commit b77e48ef42
3 changed files with 4 additions and 2 deletions
@@ -16,7 +16,7 @@
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapse-{{ forloop.counter0 }}" aria-expanded="false"
aria-controls="flush-collapseOne">
{{ form.account_name }}
{% if form.account_group %}<span class="badge !tw-bg-blue-300 !tw-text-blue-800 me-2">{{ form.account_group.name }}</span>{% endif %}{{ form.account_name }}
</button>
</h2>
<div id="flush-collapse-{{ forloop.counter0 }}" class="accordion-collapse collapse">