]> git.koha-community.org Git - koha.git/commit
Bug 12717: Library no longer receiving Overdue email for patrons without email address
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 20 Aug 2014 11:26:49 +0000 (13:26 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Tue, 23 Sep 2014 04:56:33 +0000 (04:56 +0000)
commit6aff3a1742ae388f0ea58422637ac9e6b8a939af
tree767d45119718a739b541704f5177a992e7860245
parent11554850c01da530ce338af0d4f5eed30f110791
Bug 12717: Library no longer receiving Overdue email for patrons without email address

Bug 10832 changes the fallback behavior if a patron does not have email
address: a print notice is generated into the message_queue table.
But this can cause issue for some libraries. The script should sent an
email and (generated csv, html, text file) with the list of all unsent
notices.

Test plan:
1/ Add overdue to a patron without email address (or smsalertnumber)
2/ Check email in the overdue rules configuration (or sms)
3/ Launch the overdue_notices.pl cronjob
4/ Verify the message_queue contain a print notice AND an email notice
for the library

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This works as described and restores the old behaviour for now, with
the difference that you have a print notice generated and visible
in the patron account notices tab that will say 'pending'.

We will have to figure out how we can change the workflows nicely
to have only one script deal with print notice in the future.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
misc/cronjobs/overdue_notices.pl