Bugzilla – Attachment 44423 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-11-04 16:06:34 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-11-04 16:06:34 UTC
Size:
1.04 KB
patch
obsolete
>From 25ec229f45bfb12ba8ab7b80b4867024fa19b961 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 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/opac/opac-account.pl b/opac/opac-account.pl >index 57cbf97..a02446b 100755 >--- a/opac/opac-account.pl >+++ b/opac/opac-account.pl >@@ -73,8 +73,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 }; >-- >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