Lines 151-161
Link Here
|
151 |
[% END %] |
151 |
[% END %] |
152 |
</td> |
152 |
</td> |
153 |
<td class="hq-patron"> |
153 |
<td class="hq-patron"> |
154 |
[% IF Koha.Preference('HidePatronName') %] |
154 |
<p> |
155 |
<p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% itemsloo.borrowernumber %]#reserves">[% itemsloo.cardnumber %]</a></p> |
155 |
[% INCLUDE 'patron-title.inc' patron=itemsloo.patron hide_patron_infos_if_needed=1 link_to="circulation_reserves" %] |
156 |
[% ELSE %] |
156 |
</p> |
157 |
<p><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% itemsloo.borrowernumber %]#reserves">[% itemsloo.surname %], [% itemsloo.firstname %] ([% itemsloo.cardnumber %])</a></p> |
157 |
[% UNLESS Koha.Preference('HidePatronName') %] |
158 |
<p>[% itemsloo.phone %]</p> |
158 |
<p>[% itemsloo.patron.phone %]</p> |
159 |
[% END %] |
159 |
[% END %] |
160 |
</td> |
160 |
</td> |
161 |
<td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) %]</td> |
161 |
<td class="hq-sendto">[% Branches.GetName( itemsloo.pickbranch ) %]</td> |
162 |
- |
|
|