@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -115,6 +115,7 @@ [% a.date | $KohaDates %] [% PROCESS account_type_description account=a %] + [%- PROCESS account_status_description account=a -%] [%- IF a.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', a.payment_type, 1) | html %][% END %] [%- IF a.description %], [% a.description | html %][% END %] [% IF a.itemnumber %]([% a.item.biblio.title | html %])[% END %] @@ -198,7 +199,6 @@ [%- CASE -%][% account.debit_type.description | html %] [%- END -%] [%- END -%] - [%- PROCESS account_status_description account=account -%] [%- END -%] --