|
Lines 405-416
$(document).ready(function() {
Link Here
|
| 405 |
<li>This item belongs to [% Branches.GetName( itemhomebranch ) %] and cannot be checked out from this location.</li> |
405 |
<li>This item belongs to [% Branches.GetName( itemhomebranch ) %] and cannot be checked out from this location.</li> |
| 406 |
[% END %] |
406 |
[% END %] |
| 407 |
|
407 |
|
| 408 |
[% IF ( USERBLOCKEDREMAINING ) %] |
408 |
[% IF ( USERBLOCKEDWITHENDDATE ) %] |
| 409 |
<li>Patron has had overdue items and is blocked for [% USERBLOCKEDREMAINING %] day(s).</li> |
409 |
<li>Patron has a restriction until [% USERBLOCKEDWITHENDDATE %].</li> |
| 410 |
[% END %] |
410 |
[% END %] |
| 411 |
|
411 |
|
| 412 |
[% IF ( USERBLOCKEDOVERDUE ) %] |
412 |
[% IF ( USERBLOCKEDNOENDDATE ) %] |
| 413 |
<li>Checkouts are BLOCKED because patron has overdue items</li> |
413 |
<li>Patron has a restriction (no expiry date).</li> |
|
|
414 |
[% END %] |
| 415 |
|
| 416 |
[% IF ( USERBLOCKEDOVERDUE ) %] |
| 417 |
<li>Checkouts are BLOCKED because patron has overdue items.</li> |
| 414 |
[% END %] |
418 |
[% END %] |
| 415 |
</ul> |
419 |
</ul> |
| 416 |
|
420 |
|
| 417 |
- |
|
|