Lines 182-192
$(document).ready(function() {
Link Here
|
182 |
[% END %] |
182 |
[% END %] |
183 |
</td> |
183 |
</td> |
184 |
<td class="hq-patron"> |
184 |
<td class="hq-patron"> |
185 |
[% IF Koha.Preference('HidePatronName') %] |
185 |
<p> |
186 |
<p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% itemsloo.borrowernumber %]#reserves">[% itemsloo.cardnumber %]</a></p> |
186 |
[% INCLUDE 'patron-title.inc' patron=itemsloo.patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %] |
187 |
[% ELSE %] |
187 |
</p> |
188 |
<p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% itemsloo.borrowernumber %]#reserves">[% itemsloo.surname %], [% itemsloo.firstname %] ([% itemsloo.cardnumber %])</a></p> |
188 |
[% UNLESS Koha.Preference('HidePatronName') %] |
189 |
<p>[% itemsloo.phone %]</p> |
189 |
<p>[% itemsloo.patron.phone %]</p> |
190 |
[% END %] |
190 |
[% END %] |
191 |
</td> |
191 |
</td> |
192 |
<td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) %]</td> |
192 |
<td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) %]</td> |
193 |
- |
|
|