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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-3 / +2 lines)
Lines 531-536 Circulation: Link Here
531
                  no: "Don't"
531
                  no: "Don't"
532
            - calculate and update overdue charges when an item is returned.
532
            - calculate and update overdue charges when an item is returned.
533
            - "<br /><strong>NOTE: If you are doing hourly loans then you should have this on.</strong>"
533
            - "<br /><strong>NOTE: If you are doing hourly loans then you should have this on.</strong>"
534
            - "<br /><strong>NOTE: This system preference requires FinesMode to be set to 'Calculate and charge.'.</strong>"
534
        -
535
        -
535
            - pref: UpdateItemLocationOnCheckin
536
            - pref: UpdateItemLocationOnCheckin
536
              type: textarea
537
              type: textarea
Lines 857-864 Circulation: Link Here
857
                  test: Calculate (but only for mailing to the admin)
858
                  test: Calculate (but only for mailing to the admin)
858
                  production: Calculate and charge
859
                  production: Calculate and charge
859
            - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
860
            - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
860
            - "<br><strong>NOTE:</strong> Fines can also be charged by the CalculateFinesOnReturn system preference."
861
            - "<br><strong>NOTE:</strong> If the misc/cronjobs/fines.pl cronjob is being run, accruing and final fines will be calculated when the cron runs and accruing fines will be finalized when an item is returned. If CalculateFinesOnReturn is enabled, final fines will be calculated when an item is returned."
861
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/fines.pl</code> cronjob. Ask your system administrator to schedule it."
862
        -
862
        -
863
            - If a lost item is returned, apply the refunding rules defined in the
863
            - If a lost item is returned, apply the refunding rules defined in the
864
            - pref: RefundLostOnReturnControl
864
            - pref: RefundLostOnReturnControl
865
- 

Return to bug 24475