Bugzilla – Attachment 73268 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: Add borrowernumber to brief info on patron details pages in staff client
Bug-19488-Add-borrowernumber-to-brief-info-on-patr.patch (text/plain), 1.36 KB, created by
Katrin Fischer
on 2018-03-25 20:12:53 UTC
(
hide
)
Description:
Bug 19488: Add borrowernumber to brief info on patron details pages in staff client
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-03-25 20:12:53 UTC
Size:
1.36 KB
patch
obsolete
>From c24a45d032d4653484af2a8f3e6108025b055e94 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: Add borrowernumber to brief info on patron details > pages in staff client > >To test: >- View different tabs of a borrower's patron account in staff >- Verify the borrowernumber is shown in the brief info section > on the left > >Signed-off-by: JM Broust <jean-manuel.broust@univ-lyon2.fr> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 9bbdcbdbef..582eac58b2 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.14.1
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