[Koha-bugs] [Bug 14101] auto renewal is tied to 'no renewal before'

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 19 16:35:16 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14101

--- Comment #5 from Holger Meißner <h.meissner.82 at web.de> ---
(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.


More information about the Koha-bugs mailing list