|
Lines 661-685
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 661 |
|
661 |
|
| 662 |
<div class="checkout-settings"> |
662 |
<div class="checkout-settings"> |
| 663 |
|
663 |
|
| 664 |
<span class="circ-override-high-holds"> |
|
|
| 665 |
[% IF Koha.Preference('decreaseLoanHighHolds') %] |
| 666 |
[% IF NEEDSCONFIRMATION %] |
| 667 |
[% IF override_high_holds %] |
| 668 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled" checked="checked"/> |
| 669 |
[% ELSE %] |
| 670 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" disabled="disabled"/> |
| 671 |
[% END %] |
| 672 |
[% ELSE %] |
| 673 |
[% IF override_high_holds %] |
| 674 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" checked="checked" /> |
| 675 |
[% ELSE %] |
| 676 |
<input type="checkbox" name="override_high_holds" id="override_high_holds" value="1" /> |
| 677 |
[% END %] |
| 678 |
[% END %] |
| 679 |
<label for="override_high_holds">Don't decrease loan length based on holds</label> |
| 680 |
[% END %] |
| 681 |
</span> |
| 682 |
|
| 683 |
[% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] |
664 |
[% UNLESS ( noissues && Koha.Preference('OnSiteCheckoutsForce') ) %] |
| 684 |
[% IF ( SpecifyDueDate ) %] |
665 |
[% IF ( SpecifyDueDate ) %] |
| 685 |
<div id="specify-due-date" class="checkout-setting"> |
666 |
<div id="specify-due-date" class="checkout-setting"> |
| 686 |
- |
|
|