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:
Owen Leonard 2010-12-16 04:15:53 -05:00 committed by Chris Cormack
parent bb032138e7
commit c4f8b9d636

View file

@ -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>