https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19014 --- Comment #43 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- New test plan: To test: 1 - Checkout an item to a patron with a due date 2 days in the future and 'No renewal before' set to 1 2 - Place a hold on that item 3 - Define an AUTO_RENEWALS circulation notice with below at a minimum [% checkout.auto_renew_error %] 4 - Patron is notified with error 'on_reserve' 5 - Set 'No renewal before' to 3 6 - UPDATE issues SET auto_renew_error = NULL; 7 - run cronjob 8 - Patron is notified with error 'on_reserve' 9 - APPLY PATCH 10 - Set 'No renewal before' to 1 11 - UPDATE issues SET auto_renew_error = NULL; 12 - run cronjob 13 - Patron is not notified 14 - UPDATE issues SET auto_renew_error = NULL; 15 - Set 'No renewal before' to 3 16 - UPDATE issues SET auto_renew_error = NULL; 17 - run cronjob 18 - Patron is notified with error 'on_reserve' -- You are receiving this mail because: You are watching all bug changes.