@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -29,7 +29,6 @@ [% ACCOUNT_LINE.date | $KohaDates %] [% PROCESS account_type_description account=ACCOUNT_LINE %] - [%- PROCESS account_status_description account=ACCOUNT_LINE -%] [%- IF ACCOUNT_LINE.payment_type %][% AuthorisedValues.GetByCode('PAYMENT_TYPE', ACCOUNT_LINE.payment_type, 1) | html %][% END %] @@ -59,7 +58,6 @@ [% outstanding_credit.date | $KohaDates %] [% PROCESS account_type_description account=outstanding_credit %] - [%- PROCESS account_status_description account=outstanding_credit -%] [%- IF outstanding_credit.payment_type %][% AuthorisedValues.GetByCode('PAYMENT_TYPE', outstanding_credit.payment_type, 1) | html %][% END %] @@ -198,11 +196,6 @@ [%- CASE -%][% account.debit_type.description | html %] [%- END -%] [%- END -%] - [%- PROCESS account_status_description account=account -%] - -[%- END -%] - -[%- BLOCK account_status_description -%] [%- SWITCH account.status -%] [%- CASE 'UNRETURNED' -%] (Accruing) [%- CASE 'RETURNED' -%] (Returned) @@ -212,4 +205,6 @@ [%- CASE 'LOST' -%] (Lost) [%- CASE -%] [%- END -%] + [%- END -%] + --