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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 13 15:52:04 CEST 2017


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

David Bourgault <david.bourgault at inlibro.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #59446|0                           |1
        is obsolete|                            |
  Attachment #64802|0                           |1
        is obsolete|                            |
  Attachment #64824|0                           |1
        is obsolete|                            |

--- Comment #53 from David Bourgault <david.bourgault at inlibro.com> ---
Created attachment 67115
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67115&action=edit
Bug 12532 - Send emails to guarantee and guarantor

Adds setting "RedirectGuaranteeEmail". When setting is enabled,
emails to patron with a guarantor will be send to both guarantor
and guarantee.

Does this by amending the C4::Members::GetNoticeEmail() sub. It does
not affect values in the message_queue table.

Test plan:

Before applying
1) Select patron with guarantor
2) Enable checkout emails
3) Checkout item. Email will be sent only to guarantee
4) Apply patch
5) Run updatedatabase.pl
6) Enable 'RedirectGuaranteeEmail' in system preferences
7) Go through step 1) to 3). Email should now be sent to both.
8) Run t/db_dependant/Members.t

Obsoletes all previous patches, which failed to apply/

Sponsored by: Ville de Victoriaville

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


More information about the Koha-bugs mailing list