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

This commit is contained in:
2023-04-26 13:32:30 +08:00
parent f1351243a6
commit 2986c518ce
2 changed files with 5 additions and 5 deletions

View File

@ -38,7 +38,7 @@ First written: 2023/2/26
</div>
{% if list|length > 1 and accounting_can_edit() %}
<form action="{{ url_for("accounting.journal-entry.sort", journal_entry_date=date) }}" method="post">
<form action="{{ url_for("accounting.journal-entry.sort", date=date) }}" method="post">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
{% if request.args.next %}
<input type="hidden" name="next" value="{{ request.args.next }}">