[koha-commits] main Koha release repository branch master updated. v16.11.00-665-g95e6f6a

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 13:01:12 CEST 2017


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  95e6f6a612013bedbb26054295b3336008466aed (commit)
      from  afe3fa1d071aae2078cd3c52ad1b7e242ddcf3ef (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 95e6f6a612013bedbb26054295b3336008466aed
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 16 14:46:12 2017 +0100

    Bug 17963: TT syntax for notices - Prove that AR_* are compatible
    
    Nothing new here since bug 17962, the AR_* notice messages are quite
    simple. They send the article_request, patron, biblio, biblioitem, item and
    library linked to the article request.
    
    All the fields from these 6 tables should still be accessible using the
    TT syntax.
    
    Test plan:
    Define TT notice templates for AR_PENDING, AR_PROCESSING, AR_COMPLETED
    or AR_CANCELED.
    
    You should manage to create a template to generate the same result as
    the historical syntax.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Letters.pm                            |    6 ++++
 Koha/ArticleRequest.pm                   |    2 +-
 t/db_dependent/Letters/TemplateToolkit.t |   55 +++++++++++++++++++++++++++++-
 3 files changed, 61 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list