https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41786
--- Comment #5 from Marcel de Rooy <[email protected]> --- I have worked on this in the past. And we are still using something like: koha-foreach --chdir --enabled /usr/share/koha/misc/cronjobs/membership_expiry.pl -c koha-foreach --chdir --enabled /usr/share/koha/misc/cronjobs/membership_expiry.pl -c -before 21 -after -21 -letter MEMBERSHIP_EXPIRY2 So without automatic renewal (yet). The parameters before and after were added once just to cover the point you are making here. So I do not see the need for changing that actually. We could move the before/after values to preferences (as done in more cron script but not consistently) close to MembershipExpiryDaysNotice, in order to overcome the fact that changing A in the prefs should be followed by adjusting B in the cron file. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
