Bugzilla – Attachment 44420 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]
Bug-11622-QA-Followup.patch (text/plain), 2.67 KB, created by
Kyle M Hall (khall)
on 2015-11-04 16:06:22 UTC
(
hide
)
Description:
Bug 11622 [QA Followup]
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-11-04 16:06:22 UTC
Size:
2.67 KB
patch
obsolete
>From 79d8bc3eb3f0c2c223489c73144b32a993fd36bf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 3 Sep 2015 13:18:42 -0400 >Subject: [PATCH] Bug 11622 [QA Followup] > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Installer/PerlDependencies.pm | 5 +++++ > .../en/modules/opac-account-pay-return.tt | 2 +- > opac/opac-account-pay-paypal-return.pl | 1 - > opac/opac-account-pay.pl | 1 - > 4 files changed, 6 insertions(+), 3 deletions(-) > >diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm >index 0e5057b..d67e70c 100644 >--- a/C4/Installer/PerlDependencies.pm >+++ b/C4/Installer/PerlDependencies.pm >@@ -762,6 +762,11 @@ our $PERL_DEPS = { > 'required' => '1', > 'min_ver' => '0.05', > }, >+ 'URL::Encode' => { >+ 'usage' => 'PayPal', >+ 'required' => '0', >+ 'min_ver' => '0.03', >+ }, > }; > > 1; >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-return.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-return.tt >index 35422c7..03b9093 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-return.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account-pay-return.tt >@@ -34,7 +34,7 @@ > <p>Please contact the library to verify your payment.</p> > [% END %] > </div> >- [% ELSIF credit %] >+ [% ELSIF amount %] > <div class="dialog message"> > <p><strong>Payment applied:</strong> your payment of [% amount %] has been applied to your account</p> > </div> >diff --git a/opac/opac-account-pay-paypal-return.pl b/opac/opac-account-pay-paypal-return.pl >index b7940e1..5ed3913 100755 >--- a/opac/opac-account-pay-paypal-return.pl >+++ b/opac/opac-account-pay-paypal-return.pl >@@ -45,7 +45,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > query => $cgi, > type => "opac", > authnotrequired => 0, >- flagsrequired => { borrow => 1 }, > debug => 1, > } > ); >diff --git a/opac/opac-account-pay.pl b/opac/opac-account-pay.pl >index ca77c68..5260309 100755 >--- a/opac/opac-account-pay.pl >+++ b/opac/opac-account-pay.pl >@@ -45,7 +45,6 @@ my ( $template, $borrowernumber, $cookie ) = get_template_and_user( > query => $cgi, > type => "opac", > authnotrequired => 0, >- flagsrequired => { borrow => 1 }, > debug => 1, > } > ); >-- >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