@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 4 ++-- 3 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 @@ -16,7 +16,7 @@ [%- CASE 'Rent' -%]Rental fee [%- CASE 'FOR' -%]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/intranet-tmpl/prog/en/modules/members/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -96,7 +96,7 @@ [% CASE 'Rent' %]Rental fee [% CASE 'FOR' %]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 @@ -43,7 +43,7 @@ [% CASE 'Rent' %]Rental fee [% CASE 'FOR' %]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 @@ -109,4 +109,4 @@ [% ELSE %]

You have no fines or charges

-[% END %] +[% END %] --