http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14101
--- Comment #5 from Holger Meißner <[email protected]> --- (In reply to Nicole C. Engard from comment #0) > It seems as though the autorenewal feature needs to have the column "no > renewal before" filled in or it will auto renew everyday after the duedate Hello Nicole. Yes, this is intentional. The "no renewal before" setting is the only way for the cronjob to know whether it is too soon for renewal or not. So without it, it will just renew every time it runs. Unless another restriction is met. > I'm not sure (haven't had time to test) how this effects auto renewals that > happen from the check box on the check out screen. There is a flag in the database called issues.auto_renew. If automatic renewal is scheduled by issing rule, this flag will be set for all issues where the rule applies. By checkbox the same flag is set, just for one issue. It makes no difference for the automatic renewal cronjob. It just tries to renew every flagged issue and uses the "no renewal before" settig from the issuing rule that applies. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
