Bugzilla – Attachment 72872 Details for
Bug 19488
Add borrowernumber to brief info on patron details pages in staff client
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19488 - 5 digit, "Borrower Number" from details page
Bug-19488---5-digit-Borrower-Number-from-details-p.patch (text/plain), 1.12 KB, created by
Biblibre Sandboxes
on 2018-03-14 14:27:34 UTC
(
hide
)
Description:
Bug 19488 - 5 digit, "Borrower Number" from details page
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2018-03-14 14:27:34 UTC
Size:
1.12 KB
patch
obsolete
>From 9db08cdc107e93cbda1c100378b07e6370940d3d Mon Sep 17 00:00:00 2001 >From: Jesse Maseto <jesse@bywatersolutions.com> >Date: Fri, 2 Mar 2018 14:48:06 +0000 >Subject: [PATCH] Bug 19488 - 5 digit, "Borrower Number" from details page > >Signed-off-by: JM Broust <jean-manuel.broust@univ-lyon2.fr> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index 9bbdcbd..582eac5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -65,7 +65,8 @@ > [% END %][% END %] > <li class="patroncategory">Category: [% patron.category.description %] ([% patron.categorycode %])</li> > <li class="patronlibrary">Home library: [% Branches.GetName( patron.branchcode ) %]</li> >-</ul></div> >+ <li class="patronborrowernumber">Borrower Number: ([% patron.borrowernumber %])</li> >+ </ul></div> > <div id="menu"> > <ul> > [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] >-- >2.7.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 19488
:
72787
|
72872
|
73268
|
73269