Renamed the "journal_entry_date" parameter to "date" in the show_journal_entry_order route.

This commit is contained in:
2023-04-26 13:32:42 +08:00
parent 2986c518ce
commit 8d412ec00a
2 changed files with 6 additions and 6 deletions

View File

@ -36,7 +36,7 @@ First written: 2023/2/26
{{ A_("Edit") }}
</a>
{% endif %}
<a class="btn btn-primary" role="button" href="{{ url_for("accounting.journal-entry.order", journal_entry_date=obj.date)|accounting_append_next }}">
<a class="btn btn-primary" role="button" href="{{ url_for("accounting.journal-entry.order", date=obj.date)|accounting_append_next }}">
<i class="fa-solid fa-bars-staggered"></i>
<span class="d-none d-md-inline">{{ A_("Order") }}</span>
</a>