Bugzilla – Attachment 46147 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] - Payment message always displays on opac-account.pl
Bug-11622-QA-Followup---Payment-message-always-dis.patch (text/plain), 1.04 KB, created by
Kyle M Hall (khall)
on 2015-12-31 13:28:47 UTC
(
hide
)
Description:
Bug 11622 [QA Followup] - Payment message always displays on opac-account.pl
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-12-31 13:28:47 UTC
Size:
1.04 KB
patch
obsolete
>From c090c2d97892aa8e62f6a012a2b67d91a769b721 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 21 Sep 2015 11:30:25 -0400 >Subject: [PATCH] Bug 11622 [QA Followup] - Payment message always displays on > opac-account.pl > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > opac/opac-account.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/opac-account.pl b/opac/opac-account.pl >index bb25891..7512f2e 100755 >--- a/opac/opac-account.pl >+++ b/opac/opac-account.pl >@@ -69,8 +69,8 @@ $template->param( > accountview => 1, > message => $query->param('message') || q{}, > message_value => $query->param('message_value') || q{}, >- payment => $query->param('payment'), >- payment_error => $query->param('payment-error'), >+ payment => $query->param('payment') || q{}, >+ payment_error => $query->param('payment-error') || q{}, > ); > > output_html_with_http_headers $query, $cookie, $template->output, undef, { force_no_caching => 1 }; >-- >2.1.4
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