@@ -, +, @@ capitalization --- Koha/Account/Line.pm | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) --- a/Koha/Account/Line.pm +++ a/Koha/Account/Line.pm @@ -18,7 +18,6 @@ package Koha::Account::Line; use Modern::Perl; use Carp; -use Data::Dumper; use C4::Log qw(logaction); --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt @@ -60,7 +60,7 @@ [% CASE 'Pay00' %]Payment, thanks (cash via SIP2) [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) - [% CASE 'VOID' %]Payment, Voided + [% CASE 'VOID' %]Payment, voided [% CASE 'N' %]New card [% CASE 'F' %]Fine [% CASE 'A' %]Account management fee --