Lines 510-516
Link Here
|
510 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
510 |
<div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div> |
511 |
</li> |
511 |
</li> |
512 |
<li> |
512 |
<li> |
513 |
<label for="enforce_expiry_notice">Enforce patron expiry notice:</label> |
513 |
<label for="enforce_expiry_notice">Enforce patron account expiry notice:</label> |
514 |
<select name="enforce_expiry_notice" id="enforce_expiry_notice"> |
514 |
<select name="enforce_expiry_notice" id="enforce_expiry_notice"> |
515 |
[% IF category.enforce_expiry_notice %] |
515 |
[% IF category.enforce_expiry_notice %] |
516 |
<option value="1" selected>Yes</option> |
516 |
<option value="1" selected>Yes</option> |
Lines 520-526
Link Here
|
520 |
<option value="0" selected>No</option> |
520 |
<option value="0" selected>No</option> |
521 |
[% END %] |
521 |
[% END %] |
522 |
</select> |
522 |
</select> |
523 |
<div class="hint">Make the expiry notice mandatory for all patrons in this category and prevent patrons from opting out in the messaging preferences</div> |
523 |
<div class="hint">Make the account expiry notice mandatory for all patrons in this category and prevent patrons from opting out in the messaging preferences</div> |
524 |
</li> |
524 |
</li> |
525 |
</ol> |
525 |
</ol> |
526 |
</fieldset> |
526 |
</fieldset> |
Lines 670-676
Link Here
|
670 |
<th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th> |
670 |
<th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th> |
671 |
<th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th> |
671 |
<th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th> |
672 |
<th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th> |
672 |
<th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th> |
673 |
<th scope="col" data-colname="enforce_expiry_notice">Enforce patron expiry notice</th> |
673 |
<th scope="col" data-colname="enforce_expiry_notice">Enforce patron account expiry notice</th> |
674 |
<th scope="col" class="noExport" data-colname="actions">Actions</th> |
674 |
<th scope="col" class="noExport" data-colname="actions">Actions</th> |
675 |
</tr> |
675 |
</tr> |
676 |
</thead> |
676 |
</thead> |
677 |
- |
|
|