View | Details | Raw Unified | Return to bug 30301
Collapse All | Expand All

(-)a/admin/columns_settings.yml (+2 lines)
Lines 365-370 modules: Link Here
365
              columnname: guarantees_checkout_charge_limit
365
              columnname: guarantees_checkout_charge_limit
366
            -
366
            -
367
              columnname: guarantors_checkout_charge_limit
367
              columnname: guarantors_checkout_charge_limit
368
            -
369
              columnname: enforce_expiry_notice
368
            -
370
            -
369
              columnname: actions
371
              columnname: actions
370
              cannot_be_toggled: 1
372
              cannot_be_toggled: 1
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-5 / +4 lines)
Lines 509-515 Link Here
509
                        <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div>
509
                        <div class="hint">If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.</div>
510
                    </li>
510
                    </li>
511
                    <li>
511
                    <li>
512
                        <label for="enforce_expiry_notice">Enforce patron expiry notice:</label>
512
                        <label for="enforce_expiry_notice">Enforce patron account expiry notice:</label>
513
                        <select name="enforce_expiry_notice" id="enforce_expiry_notice">
513
                        <select name="enforce_expiry_notice" id="enforce_expiry_notice">
514
                            [% IF category.enforce_expiry_notice %]
514
                            [% IF category.enforce_expiry_notice %]
515
                                <option value="1" selected>Yes</option>
515
                                <option value="1" selected>Yes</option>
Lines 519-525 Link Here
519
                                <option value="0" selected>No</option>
519
                                <option value="0" selected>No</option>
520
                            [% END %]
520
                            [% END %]
521
                        </select>
521
                        </select>
522
                        <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>
522
                        <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>
523
                    </li>
523
                    </li>
524
                </ol>
524
                </ol>
525
            </fieldset>
525
            </fieldset>
Lines 669-676 Link Here
669
                            <th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th>
669
                            <th scope="col" data-colname="checkout_charge_limit">Checkout charge limit</th>
670
                            <th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th>
670
                            <th scope="col" data-colname="guarantees_checkout_charge_limit">Guarantees checkout charge limit</th>
671
                            <th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th>
671
                            <th scope="col" data-colname="guarantors_checkout_charge_limit">Guarantors with guarantees checkout charge limit</th>
672
                            <th scope="col" data-colname="enforce_expiry_notice">Enforce patron expiry notice</th>
672
                            <th scope="col" data-colname="enforce_expiry_notice">Enforce patron account expiry notice</th>
673
                            <th scope="col" class="no-export" data-colname="actions">Actions</th>
673
                            <th scope="col" class="noExport" data-colname="actions">Actions</th>
674
                        </tr>
674
                        </tr>
675
                    </thead>
675
                    </thead>
676
                    <tbody>
676
                    <tbody>
677
- 

Return to bug 30301