Bug 12396 - MTT FIX: Due notices (DUEDGST) are multiplicated and all of them are...
commit3e8607e0759261f5c41eeaa13e3a1b5217f1ad66
authorOlli-Antti Kivilahti <olli-antti.kivilahti@jns.fi>
Tue, 10 Jun 2014 06:48:14 +0000 (10 09:48 +0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 15 Jun 2014 14:14:45 +0000 (15 11:14 -0300)
tree907eb78ad5e5fc71cf26b7ca0bee0e32c160e2f5
parentbed4c271841e7efcfe6ead21a12ef7d510eef931
Bug 12396 - MTT FIX: Due notices (DUEDGST) are multiplicated and all of them are sent to everybody who is about to receive ODUEDGST.

So the first patron receives correct letters, but the followings received
all the previous ones AND his letters.
Eventually you end up with !n letters in message_queue where n = amount of patrons
receiving due messages as digest and having something due.

Eventually we got 4 000 000 ODUEDGST-letters of which 1 100 000 were sent to our patrons :)
This is madness!

Test plan:
0/ Delete the content of the message_queue table.
1/ Pick 3 patrons and set them to receive due messages as digest.
2/ Check 1 item out for 3 separate patrons and specify a due date today.
3/ Launch the advance_notices.pl script.
4/ Before this patch, you got 6 notices (1+2+3 [!n]). Now, you get 3 notices, 1 for each patron.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Problem exis.
Patch work as described following test plan.
No koha-qa errors

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
misc/cronjobs/advance_notices.pl