Bugzilla – Attachment 28874 Details for
Bug 9245
Visual Bug under fines tab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] 9245 Fixes visual bux with fines tab not highlighting
SIGNED-OFF-9245-Fixes-visual-bux-with-fines-tab-no.patch (text/plain), 2.04 KB, created by
Nicole C. Engard
on 2014-06-16 16:07:38 UTC
(
hide
)
Description:
[SIGNED-OFF] 9245 Fixes visual bux with fines tab not highlighting
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2014-06-16 16:07:38 UTC
Size:
2.04 KB
patch
obsolete
>From 2b101442e41ced7161f48ea77cf6dc9cf26ee812 Mon Sep 17 00:00:00 2001 >From: Viktor Sarge <viktor.sarge@regionhalland.se> >Date: Mon, 16 Jun 2014 12:21:06 +0100 >Subject: [PATCH] [SIGNED-OFF] 9245 Fixes visual bux with fines tab not highlighting > >This patch makes shure that mancredit.pl, maninvoice.pl and pay.pl passes the value "finesview=1" that makes the tab active. > >Test plan: >1) Go to a library user and the fines tab. Note that the "Fines" tab loses it's highlight when you click "Pay fines", "Create manual invoice" and "Create manual credit". >2) Install the patch. >3) Redo the first step and make shure that the left menu tab "Fines" is now highlighted all the time. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > members/mancredit.pl | 1 + > members/maninvoice.pl | 1 + > members/pay.pl | 1 + > 3 files changed, 3 insertions(+), 0 deletions(-) > >diff --git a/members/mancredit.pl b/members/mancredit.pl >index 0ba52f3..ccb739e 100755 >--- a/members/mancredit.pl >+++ b/members/mancredit.pl >@@ -89,6 +89,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) { > } > > $template->param( >+ finesview => 1, > borrowernumber => $borrowernumber, > firstname => $data->{'firstname'}, > surname => $data->{'surname'}, >diff --git a/members/maninvoice.pl b/members/maninvoice.pl >index 4bf294a..cfd3878 100755 >--- a/members/maninvoice.pl >+++ b/members/maninvoice.pl >@@ -116,6 +116,7 @@ if (C4::Context->preference('ExtendedPatronAttributes')) { > ); > } > $template->param( >+ finesview => 1, > borrowernumber => $borrowernumber, > firstname => $data->{'firstname'}, > surname => $data->{'surname'}, >diff --git a/members/pay.pl b/members/pay.pl >index 3e36073..14607b0 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -104,6 +104,7 @@ for (@names) { > } > > $template->param( >+ finesview => 1, > activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''), > RoutingSerials => C4::Context->preference('RoutingSerials'), > ); >-- >1.7.2.3
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 9245
:
13947
|
13948
|
28862
|
28874
|
28981