[Koha-bugs] [Bug 30222] Auto_renew_digest still sends every day when renewals are not allowed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 15 14:38:07 CET 2022


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

--- Comment #9 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 131721
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131721&action=edit
Bug 30222: Further simplify logic

For any borrower, we are either:
1 - following their preference, and that should set 'wants_email'
OR
2 - Never sending / following the cron, and can determine 'wants_email'
    from the 'send_notices' variable

This patch adds an 'else' if not using preferences to accomplish this

Follow test plan on previous patches

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list