https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19532
--- Comment #858 from Marcel de Rooy <[email protected]> --- TODO We need to add two new cronjobs to the cron files (debian side and example file somewhere in etc folder) misc/cronjobs/recalls/expire_recalls.pl misc/cronjobs/recalls/overdue_recalls.pl They both do a recalls search. If one has not activated recalls, no records are found. Early exit. All fine. Note the following: "check if item has been recalled. recall should have been marked Overdue by cronjob, so only look at overdue recalls" => So we need to run overdue_recalls BEFORE fines (CalcFine) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
