Bugzilla – Attachment 42872 Details for
Bug 14898
Add 'Save and pay' button to use after adding a manual invoice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14898: After adding manual invoice redirect to pay tab instead of account
Bug-14898-After-adding-manual-invoice-redirect-to-.patch (text/plain), 910 bytes, created by
Josef Moravec
on 2015-09-25 12:04:16 UTC
(
hide
)
Description:
Bug 14898: After adding manual invoice redirect to pay tab instead of account
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2015-09-25 12:04:16 UTC
Size:
910 bytes
patch
obsolete
>From f608fa80a4bcb270931beeddb1d5a36778f193d8 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 25 Sep 2015 13:54:40 +0200 >Subject: [PATCH] Bug 14898: After adding manual invoice redirect to pay tab > instead of account > >--- > members/maninvoice.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/maninvoice.pl b/members/maninvoice.pl >index 164b833..43f46aa 100755 >--- a/members/maninvoice.pl >+++ b/members/maninvoice.pl >@@ -72,7 +72,7 @@ if ($add){ > $template->param( 'ERROR' => $error ); > output_html_with_http_headers $input, $cookie, $template->output; > } else { >- print $input->redirect("/cgi-bin/koha/members/boraccount.pl?borrowernumber=$borrowernumber"); >+ print $input->redirect("/cgi-bin/koha/members/pay.pl?borrowernumber=$borrowernumber"); > exit; > } > } >-- >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 14898
:
42872
|
42896
|
98488
|
98610
|
99295