@@ -, +, @@ --- .../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 @@ -883,8 +883,8 @@ Circulation: choices: off: "Don't calculate" production: Calculate and charge - - fines (when misc/cronjobs/fines.pl is being run). - - "
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." + - fines (when cronjobs/fines.pl is being run). + - "
NOTE: If the 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 --