Bugzilla – Attachment 45117 Details for
Bug 14349
Checkouts and Fines tabs missing category description on the left
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 14349: Checkouts and Fines tab missing category description on the left
SIGNED-OFF-Bug-14349-Checkouts-and-Fines-tab-missi.patch (text/plain), 1.60 KB, created by
Owen Leonard
on 2015-11-24 13:46:03 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14349: Checkouts and Fines tab missing category description on the left
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2015-11-24 13:46:03 UTC
Size:
1.60 KB
patch
obsolete
>From d904bd910a86d2645f4643540690c2e443ed14ee Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 22 Nov 2015 03:25:58 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 14349: Checkouts and Fines tab missing > category description on the left >Content-Type: text/plain; charset="utf-8" > >When navigating the tabs in the patron account, for 2 tabs the >patron category description is missing above the tabs. > >To test: >- Go to a patron account in staff >- Click through the tabs >- Verify that for Checkouts and Fines the category description > is missing above the tabs >- Apply patch >- Verify the description is now shown > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > circ/circulation.pl | 1 + > members/pay.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/circ/circulation.pl b/circ/circulation.pl >index f16475e..3748d97 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -596,6 +596,7 @@ $template->param( > findborrower => $findborrower, > borrower => $borrower, > borrowernumber => $borrowernumber, >+ categoryname => $borrower->{'description'}, > branch => $branch, > branchname => GetBranchName($borrower->{'branchcode'}), > printer => $printer, >diff --git a/members/pay.pl b/members/pay.pl >index a4f73f2..8a1b499 100755 >--- a/members/pay.pl >+++ b/members/pay.pl >@@ -139,6 +139,7 @@ sub add_accounts_to_template { > $template->param( > accounts => $accounts, > borrower => $borrower, >+ categoryname => $borrower->{'description'}, > total => $total, > ); > return; >-- >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 14349
:
45084
|
45117
|
45145