@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 4 ++-- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc @@ -11,8 +11,8 @@ [%- CASE 'LOST_RETURN' -%]Lost item fee refund [%- CASE -%][% account.accounttype | html %] [%- END -%] - [%- ELSIF account.debit_type -%] - [%- SWITCH account.debit_type -%] + [%- ELSIF account.debit_type_code -%] + [%- SWITCH account.debit_type_code -%] [%- CASE 'ACCOUNT' -%]Account creation fee [%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee [%- CASE 'LOST' -%]Lost item --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -182,8 +182,8 @@ [%- CASE 'LOST_RETURN' -%]Lost item fee refund [%- CASE -%][% account.accounttype | html %] [%- END -%] - [%- ELSIF account.debit_type -%] - [%- SWITCH account.debit_type -%] + [%- ELSIF account.debit_type_code -%] + [%- SWITCH account.debit_type_code -%] [%- CASE 'ACCOUNT' -%]Account creation fee [%- CASE 'ACCOUNT_RENEW' -%]Account renewal fee [%- CASE 'LOST' -%]Lost item --