Bugzilla – Attachment 42594 Details for
Bug 11622
Add ability to pay fees and fines from OPAC via PayPal
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11622 [QA Followup] - Use Modern::Perl and ditch utf8 pragma
Bug-11622-QA-Followup---Use-ModernPerl-and-ditch-u.patch (text/plain), 817 bytes, created by
Kyle M Hall (khall)
on 2015-09-16 13:44:31 UTC
(
hide
)
Description:
Bug 11622 [QA Followup] - Use Modern::Perl and ditch utf8 pragma
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-09-16 13:44:31 UTC
Size:
817 bytes
patch
obsolete
>From 9455bc00afe22b7063222f77f6f99545b81051df Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 16 Sep 2015 09:43:58 -0400 >Subject: [PATCH] Bug 11622 [QA Followup] - Use Modern::Perl and ditch utf8 pragma > >--- > opac/opac-account-pay-paypal-return.pl | 4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > >diff --git a/opac/opac-account-pay-paypal-return.pl b/opac/opac-account-pay-paypal-return.pl >index 2f95883..5f31fac 100755 >--- a/opac/opac-account-pay-paypal-return.pl >+++ b/opac/opac-account-pay-paypal-return.pl >@@ -17,9 +17,7 @@ > # with Koha; if not, write to the Free Software Foundation, Inc., > # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. > >-use strict; >-use warnings; >-use utf8; >+use Modern::Perl; > > use CGI; > use HTTP::Request::Common; >-- >1.7.2.5
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 11622
:
24753
|
24754
|
24756
|
40520
|
40521
|
40522
|
40523
|
42241
|
42351
|
42352
|
42594
|
42649
|
42702
|
42705
|
42715
|
42733
|
42774
|
42775
|
42777
|
42778
|
42842
|
42843
|
42857
|
42858
|
42859
|
42860
|
42861
|
42862
|
42863
|
42864
|
42865
|
44419
|
44420
|
44421
|
44422
|
44423
|
44424
|
44425
|
44426
|
44427
|
46143
|
46144
|
46145
|
46146
|
46147
|
46148
|
46149
|
46150
|
46151