[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.05-12-g03c9871

Git repo owner gitmaster at git.koha-community.org
Wed Apr 6 14:53:52 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, 3.22.x has been updated
       via  03c9871ada24643ce8874a17980d18798f212c95 (commit)
       via  8664af5e20716d1a849b1deb26e48927b4921c5a (commit)
      from  50c84aa4ce4614655a0fdc5c75a0e98694b4fa9c (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 03c9871ada24643ce8874a17980d18798f212c95
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>
    (cherry picked from commit ea4a2436e274d8f0a5082ef6b6944c400ad69d88)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 8664af5e20716d1a849b1deb26e48927b4921c5a
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>
    (cherry picked from commit faaa2cbcdb1970866be4f8a7001bf2de305823a9)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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