[Koha-bugs] [Bug 3150] Move emails for sending cart and list contents into notices tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 22 02:38:07 CET 2020


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

Aleisha Amohia <aleisha at catalyst.net.nz> changed:

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

--- Comment #33 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
Created attachment 114582
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=114582&action=edit
Bug 3150: Move emails for sending cart and list contents to notices

This patch creates notices using Template Toolkit syntax for sending
emails containing cart and list contents.

To test:
1. Apply Bug 27266
2. Run update database and restart services
3. In the staff client, add multiple items to your cart and to a list
4. Go to your cart and click Send to email the contents
5. Add an email and a comment and click Send
6. Confirm the information shown in the success message is correct
7. In your terminal, log into the database. View the message queue ( i.e.
select * from message_queue; ). Confirm that your email has been queued and the
content is all correct. Confirm the cart contents has been included as an
attachment.
8. Go to your list and click Send list to email the contents
9. Repeat steps 5-7
10. Log into the OPAC
11. Add multiple items to your cart and to a list
12. Repeat steps 4-9
13. By the end, you should have four emails in your message queue. All
of the data about the items should be correct, they should all have
attachments, and be addressed to the correct email address.

Sponsored-by: Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)

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


More information about the Koha-bugs mailing list