feat: send month and year when loading transfer

This commit is contained in:
Herculino Trotta
2024-09-27 17:52:00 -03:00
parent 0198155af1
commit a0fb92f804
2 changed files with 1 additions and 1 deletions

View File

@@ -51,7 +51,7 @@
<button class="btn btn-sm btn-outline-info w-100"
hx-get="{% url 'transactions_transfer' %}"
hx-target="#generic-offcanvas"
hx-vals='{"year": {{ year }}, "month": {{ month }}, "type": "EX"}'>
hx-vals='{"year": {{ year }}, "month": {{ month }}}'>
<i class="fa-solid fa-money-bill-transfer me-3"></i>
{% translate "Transfer" %}
</button>