https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30354 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- Testing notes (using koha-testing-docker): - To set things up: . Changed the circulation rule so that for All All, Automatic renewal is set to yes . Added an email address to the patron used to check items out to (someone@example.com) (not sure that this is required for this to work) . To get the SMS column to appear under patron messaging preferences, set the SMSSendDriver system preference to Email (otherwise the error message isn't generated when the cron script is run) - To run the cron job: cd misc/cronjobs, perl automatic_renewals.pl -c -d -v - To check whether a message is "sent" or not, check under the notices section for the patron: before the patch is applied there should be no notice listed, even though the item is renewed; after the patch is applied the item is renewed and there is a pending notice -- You are receiving this mail because: You are watching all bug changes.