Lines 150-156
Link Here
|
150 |
[% IF checkout_info.TRANSFERRED %] |
150 |
[% IF checkout_info.TRANSFERRED %] |
151 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold and being transferred to another patron.</li> |
151 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold and being transferred to another patron.</li> |
152 |
[% END %] |
152 |
[% END %] |
153 |
[% IF checkout_info.PROCESSED %] |
153 |
[% IF checkout_info.PROCESSING %] |
154 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold and being processed for another patron.</li> |
154 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold and being processed for another patron.</li> |
155 |
[% END %] |
155 |
[% END %] |
156 |
[% IF checkout_info.ISSUED_TO_ANOTHER %] |
156 |
[% IF checkout_info.ISSUED_TO_ANOTHER %] |
Lines 193-199
Link Here
|
193 |
</script> |
193 |
</script> |
194 |
[% END %] |
194 |
[% END %] |
195 |
|
195 |
|
196 |
[% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout || checkout_info.HIGHHOLDS ) && ( checkout_info.RESERVED || checkout_info.RESERVE_WAITING || checkout_info.TRANSFERRED || checkout_info.PROCESSED ) %] <!-- arbitrary choice, revert the reserve is not possible--> |
196 |
[% IF NOT checkout_info.IMPOSSIBLE && ( CAN_user_circulate_force_checkout || checkout_info.HIGHHOLDS ) && ( checkout_info.RESERVED || checkout_info.RESERVE_WAITING || checkout_info.TRANSFERRED || checkout_info.PROCESSING ) %] <!-- arbitrary choice, revert the reserve is not possible--> |
197 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li> |
197 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron. The hold will be overridden, but not cancelled.</li> |
198 |
[% ELSIF checkout_info.RESERVED %] |
198 |
[% ELSIF checkout_info.RESERVED %] |
199 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron.</li> |
199 |
<li><i class="fa fa-li fa-warning"></i>This item is on hold for another patron.</li> |
200 |
- |
|
|