[Koha-bugs] [Bug 30354] AUTO_RENEWALS_DGST notices are not generated if patron set to receive notice via SMS and no SMS notice defined

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 30 23:25:56 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30354

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #4 from David Nind <david at 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 at 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.


More information about the Koha-bugs mailing list