diff --git a/apps/note/templates/note/transaction_form.html b/apps/note/templates/note/transaction_form.html index bdf047a5..9d9ec7a1 100644 --- a/apps/note/templates/note/transaction_form.html +++ b/apps/note/templates/note/transaction_form.html @@ -89,7 +89,7 @@ SPDX-License-Identifier: GPL-2.0-or-later </ul> <div class="card-body"> <select id="debit_type" class="form-control custom-select d-none"> - {% for special_type in special_types %} + {% for special_type in special_types|slice:"::-1" %} <option value="{{ special_type.id }}">{{ special_type.special_type }}</option> {% endfor %} </select>