Bug 19488: Add borrowernumber to brief info on patron details pages in staff client
authorJesse Maseto <jesse@bywatersolutions.com>
Fri, 2 Mar 2018 14:48:06 +0000 (14:48 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 29 Mar 2018 14:42:06 +0000 (11:42 -0300)
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>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc

index 9bbdcbd..582eac5 100644 (file)
@@ -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 ) %]