[Koha-bugs] [Bug 12532] Redirect guarantee email to guarantor

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 24 21:56:07 CET 2022


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

The Minh Luong <the-minh.luong at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114458|0                           |1
        is obsolete|                            |

--- Comment #91 from The Minh Luong <the-minh.luong at inlibro.com> ---
Created attachment 131091
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=131091&action=edit
Bug 12532 - Send emails to guarantee and guarantor

Checks for the syspref "RedirectGuaranteeEmail" in
Koha::Patrons::notice_email_address.
When enabled, emails to a patron with a guarantor will be sent to both
guarantor and guarantee.

It does not affect values in the message_queue table.

Test plan:

Before applying
1) Search, or create, a patron with guarantor
2) Enable checkout emails
3) Checkout an item. An email should be sent only to the guarantee
4) Apply this patch
5) Run updatedatabase.pl
6) Enable 'RedirectGuaranteeEmail'
7) Go through step 1) to 3). Email should now be sent to both.
8) Run t/db_dependant/Members.t

Sponsored by: Ville de Victoriaville

Bug 12532 - (follow-up) clean up

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


More information about the Koha-bugs mailing list