[koha-commits] main Koha release repository branch master updated. v3.22.00-1100-gea4a243

Git repo owner gitmaster at git.koha-community.org
Tue Apr 5 17:07:11 CEST 2016


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, master has been updated
       via  ea4a2436e274d8f0a5082ef6b6944c400ad69d88 (commit)
       via  faaa2cbcdb1970866be4f8a7001bf2de305823a9 (commit)
      from  7e1b0c25cdc9906cc32dbee721236b9d934a19a7 (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 ea4a2436e274d8f0a5082ef6b6944c400ad69d88
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 4 11:31:21 2016 +0100

     Bug 15967: Use the email template if the print template does not exist
    
    From commit 581759e985c170db0edb4a895cda641930e5ac11
     Bug 14133: Print notices should be generated with the print
     template
    
    """
    IMPORTANT NOTE: This test plan does not take into account the notices
    generated for the staff ("These messages were not sent directly to the
    patrons."). However the behavior will also change, the print template
    will be used in all cases. Is it what we want?
    """
    
    Yes, it is what we want. But if the print template does not exist, the
    notice is not generated, we'd like to get the email template instead.
    
    Test plan:
    - Remove the print template for the letter you use for overdues
    - Define an overdue rule to send an email
    - Remove the email address for the patron which has overdues
    - Execute the overdue_notices script
    The staff should get an email notice and a print notice (using the
    email template) should be generated for the patron
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit faaa2cbcdb1970866be4f8a7001bf2de305823a9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 3 08:58:06 2016 +0000

     Bug 15967: Fix regression from bug 14133 - notify the library if patron is not
    
    Regression introduced by bug 14133, see but 14133 comment 13.
    
    Test plan:
    Without this patch applied, if a patron cannot be notified (no email
    address or sms number), the print notice generated for the library was
    not.
    With this patch applied, the print notice should be generated using the
    print template
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 misc/cronjobs/overdue_notices.pl |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list