@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc @@ -17,7 +17,7 @@ [%- CASE 'FOR' -%]Forgiven [%- CASE 'FFOR' -%]Fine forgiven [%- CASE 'LR' -%]Lost item fee refund - [%- CASE 'PF' -%]Processing fee + [%- CASE 'PF' -%]Lost item processing fee [%- CASE 'PAY' -%]Payment [%- CASE 'WO' -%]Writeoff [%- CASE 'C' -%]Credit --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -46,7 +46,7 @@ [% CASE 'FOR' %]Forgiven [% CASE 'FFOR' %]Fine forgiven [% CASE 'LR' %]Lost item fee refund - [% CASE 'PF' %]Processing fee + [% CASE 'PF' %]Lost item processing fee [% CASE 'PAY' %]Payment [% CASE 'WO' %]Writeoff [% CASE 'C' %]Credit --