@@ -, +, @@ --- Koha/Account.pm | 2 +- .../intranet-tmpl/prog/en/includes/account_offset_type.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/Koha/Account.pm +++ a/Koha/Account.pm @@ -535,7 +535,7 @@ sub non_issues_charges { our $offset_type = { 'credit' => 'Manual Credit', 'forgiven' => 'Writeoff', - 'lost_item_return' => 'Lost Item Return', + 'lost_item_return' => 'Lost Item', 'payment' => 'Payment', 'writeoff' => 'Writeoff' }; --- a/koha-tmpl/intranet-tmpl/prog/en/includes/account_offset_type.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/account_offset_type.inc @@ -3,7 +3,7 @@ [% CASE 'Payment' %]Payment [% CASE 'Manual Credit' %]Manual credit [% CASE 'Manual Debit' %]Manual invoice - [% CASE 'Lost Item Return' %]Lost item returned + [% CASE 'Lost Item' %]Lost item returned [% CASE 'Writeoff' %]Writeoff [% CASE 'Void Payment' %]Void payment [% CASE %][% account_offset.type | html %] --