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 544-549 Circulation: Link Here
544
                  no: "Don't"
544
                  no: "Don't"
545
            - calculate and update overdue charges when an item is returned.
545
            - calculate and update overdue charges when an item is returned.
546
            - "<br /><strong>NOTE: If you are doing hourly loans then you should have this on.</strong>"
546
            - "<br /><strong>NOTE: If you are doing hourly loans then you should have this on.</strong>"
547
            - "<br /><strong>NOTE: This system preference requires FinesMode to be set to 'Calculate and charge.'</strong>"
547
        -
548
        -
548
            - pref: UpdateItemLocationOnCheckin
549
            - pref: UpdateItemLocationOnCheckin
549
              type: textarea
550
              type: textarea
Lines 883-890 Circulation: Link Here
883
                  off: "Don't calculate"
884
                  off: "Don't calculate"
884
                  production: Calculate and charge
885
                  production: Calculate and charge
885
            - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
886
            - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
886
            - "<br><strong>NOTE:</strong> Fines can also be charged by the CalculateFinesOnReturn system preference."
887
            - "<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."
887
            - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/fines.pl</code> cronjob. Ask your system administrator to schedule it."
888
        -
888
        -
889
            - If a lost item is returned, apply the refunding rules defined in the
889
            - If a lost item is returned, apply the refunding rules defined in the
890
            - pref: RefundLostOnReturnControl
890
            - pref: RefundLostOnReturnControl
891
- 

Return to bug 24475