@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -544,6 +544,7 @@ Circulation: no: "Don't" - calculate and update overdue charges when an item is returned. - "
NOTE: If you are doing hourly loans then you should have this on." + - "
NOTE: This system preference requires FinesMode to be set to 'Calculate and charge.'" - - pref: UpdateItemLocationOnCheckin type: textarea @@ -883,8 +884,7 @@ Circulation: off: "Don't calculate" production: Calculate and charge - fines (when misc/cronjobs/fines.pl is being run). - - "
NOTE: Fines can also be charged by the CalculateFinesOnReturn system preference." - - "
NOTE: This system preference requires the misc/cronjobs/fines.pl cronjob. Ask your system administrator to schedule it." + - "
NOTE: 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." - - If a lost item is returned, apply the refunding rules defined in the - pref: RefundLostOnReturnControl --