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

Bernard <[email protected]> changed:

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

--- Comment #5 from Bernard <[email protected]> ---
Created attachment 193580
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=193580&action=edit
Bug 39646: Send overdue notice to guarantor when guarantee has no email

Test plan:
1. Have a patron with no email address and an overdue item.
2. Add a guarantor to this patron. The guarantor must have an email
   address.
3. Enable the system preference RedirectGuaranteeEmail.
4. Set up overdue notice/status triggers
   4.1 Go to tools -> Overdue notice/status triggers
   4.2 For Default library
       - Delay: 1
       - Letter: Overdue notice (ODUE)
       - Email: selected
5. Run ./misc/cronjobs/overdue_notices.pl.
6. In the staff interface, go to the guarantee patron > Notices.
   ---> Notice that only a print notice has been created.
7. Apply the patch.
8. Repeat steps 4 and 5.
   ---> Notice that an email message has been created.
   You can also verify in SQL
      Select message_transport_type,to_address from message_queue where
letter_code = 'ODUE' and borrowernumber = <borroewrnumber>
9. Run the script process_message_queue.pl.
   ---> Verify that the email has been sent to the guarantor's address.

Signed-off-by: Bernard Scaife <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to