https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20360 Bug ID: 20360 Summary: Auto-Renew notices send in advance of No Renewal Before period Change sponsored?: --- Product: Koha Version: 17.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: andrew@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Koha sends auto-renew notices for failed renewals before the period defined by the No Renewal Before value in the circulation rule. This results in a confusing and premature notice. To replicate: 1: Set up a circulation rule that makes the item due more than 2 days in the future, allows auto-renewals, and has a No Renewal Before value of 1 2: Check out an item corresponding to the circ rule created 3: Run the auto-renew cron. The item will not renew and no notice will be generated because the issues table shows it is too soon to perform an auto-renew. 4: Plase a hold on the item for another patron 5: Run the auto-renew cron again. A notice will be generated that the item could not be renewed because there is a hold, even though the item due date is still multiple days off, meaning the item is outside of the No Renewal Before period -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.