Bug 24164: Copy the letter for each email
authorNick Clemens <nick@bywatersolutions.com>
Tue, 3 Dec 2019 19:55:19 +0000 (19:55 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 20 Dec 2019 17:20:34 +0000 (17:20 +0000)
commitd2ab48f47c1480c297b3fc99d609bcfe96de65ea
tree75af1e74f7b009ad45a6a540d0c930fdbc1b44bd
parent5ca21e35c66917b4a25d2cacef2518f0dcd6acb0
Bug 24164: Copy the letter for each email

To test:
1 - Set or have two patrons with emails - note thier borrowernumber for the report
2 - Create a report - note the report id ($REPORT_ID)
SELECT borrowernumber, surname, firstname, email FROM borrowers WHERE borrowernumber IN (##,##);
3 - Create a notice in circulation with code TESTEMAIL
4 - The content should be "[% surname %]"
5 - perl misc/cronjobs/patron_emailer.pl --report $REPORT_ID --notice TESTEMAIL --module circulation --from anyone@anywhere.com --verbose
6 - Note that the emails both have the same surname
7 - Apply patch
8 - Repeat 5
9 - Emails now have correct content

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Signed-off-by: Jessica Zairo <jzairo@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit bb110db48dee3a7eddcaea743e48e6da49d86e9c)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Reports/Guided.pm