diff --git a/src/accounting/templates/accounting/voucher/transfer/include/form-currency-item.html b/src/accounting/templates/accounting/voucher/transfer/include/form-currency-item.html index 7259f33..b43c772 100644 --- a/src/accounting/templates/accounting/voucher/transfer/include/form-currency-item.html +++ b/src/accounting/templates/accounting/voucher/transfer/include/form-currency-item.html @@ -82,7 +82,7 @@ First written: 2023/2/25 {% with currency_index = currency_index, side = "credit", line_item_index = loop.index, - only_one_line_item_form = debit_forms|length == 1, + only_one_line_item_form = credit_forms|length == 1, form = line_item_form.form %} {% include "accounting/voucher/include/form-line-item.html" %} {% endwith %}