[koha-commits] main Koha release repository branch 3.16.x updated. v3.16.03-8-g6aff3a1

Git repo owner gitmaster at git.koha-community.org
Tue Sep 23 06:55:23 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.16.x has been updated
       via  6aff3a1742ae388f0ea58422637ac9e6b8a939af (commit)
      from  11554850c01da530ce338af0d4f5eed30f110791 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6aff3a1742ae388f0ea58422637ac9e6b8a939af
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Aug 20 13:26:49 2014 +0200

    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 at quecheelibrary.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at 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 at gmail.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

-----------------------------------------------------------------------

Summary of changes:
 misc/cronjobs/overdue_notices.pl |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list