Lines 100-106
Link Here
|
100 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
100 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
101 |
[% IF ( HOLD.is_at_destination ) %] |
101 |
[% IF ( HOLD.is_at_destination ) %] |
102 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
102 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
103 |
[% IF ( HOLD.desk_id ) %], [% Desks.GetName ( HOLD.desk_id ) | html %],[% END %] |
103 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
104 |
[% IF ( HOLD.waitingdate ) %] |
104 |
[% IF ( HOLD.waitingdate ) %] |
105 |
since [% HOLD.waitingdate | $KohaDates %] |
105 |
since [% HOLD.waitingdate | $KohaDates %] |
106 |
[% IF HOLD.expirationdate %] |
106 |
[% IF HOLD.expirationdate %] |
107 |
- |
|
|