https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014
--- Comment #20 from David Cook <[email protected]> --- Actually, it looks like there's already a function in C4::Circulation that could handle this scenario: GetSoonestRenewDate. Personally, I have a non-Koha loan that was due back on February 15th, but today on February 11th I got an email saying that my loan had been automatically renewed until sometime in March. That's a reasonable way of expecting automatic renewals to work I think. That it wouldn't try the automatic renewal until the soonest renew date. I'm going to do a local patch to try this idea out. -- You are receiving this mail because: 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/
