Bugzilla – Attachment 28960 Details for
Bug 12447
Fines tabs do not show selected
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12447: Fines tabs do not show selected
Bug-12447-Fines-tabs-do-not-show-selected.patch (text/plain), 2.27 KB, created by
Chris Cormack
on 2014-06-18 20:36:09 UTC
(
hide
)
Description:
Bug 12447: Fines tabs do not show selected
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2014-06-18 20:36:09 UTC
Size:
2.27 KB
patch
obsolete
>From 0d6a3f26ca442170d3dbe292e3aa104dcb5a2adb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Wed, 18 Jun 2014 17:26:37 +0200 >Subject: [PATCH] Bug 12447: Fines tabs do not show selected > >When you are on pay.pl, maninvoite.pl and mancredit.pl, the Fines tab >should be selected. > >Test plan: >Go on these 3 pages and verify the Fines tabs is correctly selected > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >--- > members/mancredit.pl | 1 + > members/maninvoice.pl | 2 +- > members/pay.pl | 1 + > 3 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/members/mancredit.pl b/members/mancredit.pl >index 0ba52f3..9b20d53 100755 >--- a/members/mancredit.pl >+++ b/members/mancredit.pl >@@ -109,6 +109,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) { > is_child => ($data->{'category_type'} eq 'C'), > activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), > RoutingSerials => C4::Context->preference('RoutingSerials'), >+ finesview => 1, > ); > output_html_with_http_headers $input, $cookie, $template->output; > } >diff --git a/members/maninvoice.pl b/members/maninvoice.pl >index 4bf294a..7a7b9ef 100755 >--- a/members/maninvoice.pl >+++ b/members/maninvoice.pl >@@ -39,7 +39,6 @@ my $flagsrequired = { borrowers => 1 }; > > my $borrowernumber=$input->param('borrowernumber'); > >- > # get borrower details > my $data=GetMember('borrowernumber'=>$borrowernumber); > my $add=$input->param('add'); >@@ -136,6 +135,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) { > is_child => ($data->{'category_type'} eq 'C'), > activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), > RoutingSerials => C4::Context->preference('RoutingSerials'), >+ finesview => 1, > ); > output_html_with_http_headers $input, $cookie, $template->output; > } >diff --git a/members/pay.pl b/members/pay.pl >index 3e36073..9aafaf9 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -106,6 +106,7 @@ for (@names) { > $template->param( > activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), > RoutingSerials => C4::Context->preference('RoutingSerials'), >+ finesview => 1, > ); > > add_accounts_to_template(); >-- >2.0.0
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 12447
:
28948
| 28960