Lines 58-63
Link Here
|
58 |
<span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.notice_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]"> |
58 |
<span class="patron_email"><br /><a href="mailto:[% reserveloo.borrower.notice_email_address | uri %]?subject=[% "Hold waiting: " | uri %][% reserveloo.biblio.title | uri %]"> |
59 |
[% reserveloo.borrower.notice_email_address | html %]</a></span> |
59 |
[% reserveloo.borrower.notice_email_address | html %]</a></span> |
60 |
[% END %] |
60 |
[% END %] |
|
|
61 |
[% IF reserveloo.borrower.primary_contact_method %] |
62 |
<span class="main_contact_method">Main contact: [% reserveloo.borrower.primary_contact_method | html %]</span> |
63 |
[% END %] |
61 |
</td> |
64 |
</td> |
62 |
<td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td> |
65 |
<td>[% Branches.GetName( reserveloo.item.homebranch ) | html %]</td> |
63 |
<td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% IF (reserveloo.desk_id ) %], [% reserveloo.desk.desk_name | html %][% END %]</td> |
66 |
<td>[% Branches.GetName( reserveloo.item.holdingbranch ) | html %][% IF (reserveloo.desk_id ) %], [% reserveloo.desk.desk_name | html %][% END %]</td> |
64 |
- |
|
|