From 2167f0f51f569a278e44823c90aa0ebbb0a7ea1f Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 13 Apr 2018 11:16:19 +0000 Subject: [PATCH] Bug 18790 [QA Followup]: Remove use of Data::Dumper, fix capitalization --- Koha/Account/Line.pm | 1 - koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm index e2cb749f67..0416191419 100644 --- a/Koha/Account/Line.pm +++ b/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); diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt index 570005c833..1b5d64d606 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt +++ b/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 -- 2.15.1 (Apple Git-101)