Bugzilla – Attachment 74160 Details for
Bug 18790
Add ability to void payments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18790 [QA Followup]: Remove use of Data::Dumper, fix capitalization
Bug-18790-QA-Followup-Remove-use-of-DataDumper-fix.patch (text/plain), 1.43 KB, created by
Kyle M Hall (khall)
on 2018-04-13 11:18:18 UTC
(
hide
)
Description:
Bug 18790 [QA Followup]: Remove use of Data::Dumper, fix capitalization
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-04-13 11:18:18 UTC
Size:
1.43 KB
patch
obsolete
>From 2167f0f51f569a278e44823c90aa0ebbb0a7ea1f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >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)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18790
:
64210
|
65468
|
65932
|
67478
|
69158
|
69159
|
69161
|
72017
|
72018
|
72019
|
72020
|
72021
|
72035
|
72036
|
72037
|
74157
|
74158
|
74159
|
74160
|
74161
|
74162
|
74576