Follow-up patch for Bug 4908, show patron's home library in OPAC
Adding home library to list of details when OPACPatronDetails pref is set to "don't allow" Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
bb032138e7
commit
c4f8b9d636
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@
|
|||
<legend>Library Use:</legend>
|
||||
<ol>
|
||||
<li><span class="label">Card number:</span> <!-- TMPL_VAR NAME="cardnumber" --></li>
|
||||
<li><span class="label">Home library:</span> <!-- TMPL_VAR NAME="branchname" --></li>
|
||||
<li><span class="label">Patron Number:</span> <!-- TMPL_VAR NAME="borrowernumber" --></li>
|
||||
<li><span class="label">Patron Category:</span> <!-- TMPL_VAR NAME="description" --> (<!-- TMPL_VAR NAME="categorycode" -->)</li>
|
||||
<li><span class="label">Joined:</span> <!-- TMPL_VAR NAME="dateenrolled" --></li>
|
||||
|
|
Loading…
Reference in a new issue