Summary: | Automatic renewal to renew at end of due date | ||
---|---|---|---|
Product: | Koha | Reporter: | Fiona Borthwick <fiona.borthwick> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | fiona.borthwick, gmcharlt, h.meissner.82, kyle.m.hall |
Version: | 3.18 | ||
Hardware: | All | ||
OS: | All | ||
See Also: | http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14101 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Fiona Borthwick
2015-05-18 12:23:58 UTC
(In reply to Fiona Borthwick from comment #0) > If an item is set to automatically renew, then there should be a > straightforward way to set the value so that it will renew at the end of the > due date. Hi Fiona, there is a global syspref RenewalPeriodBase. It can be set to base the new due date on the current date or on the old due date. So the time the renewal happens doesn't have to be exactly at the end of the loan period. The automatic renewal feature uses the No renewal before setting, but No renewal before also is a feature in its own right. I didn't consider values smaller than 1, because that would mean users cannot renew before the item is already due. But maybe this could be changed. It should definitely work with values equal to or greater than 1. I will look into this more deeply. *** This bug has been marked as a duplicate of bug 14101 *** |