[koha-commits] main Koha release repository branch master updated. v16.05.00-1375-g379f392

Git repo owner gitmaster at git.koha-community.org
Tue Nov 15 19:18:16 CET 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  379f392ddc0cfe545b026c1a3f907f2d263b67be (commit)
      from  75f75101585d795ab6b0e4e40f585b21e0f841cb (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 379f392ddc0cfe545b026c1a3f907f2d263b67be
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Nov 15 15:07:14 2016 -0300

    Bug 17635: Fix templates with missing body id
    
    The following template files are missing body id and class and should be fixed:
    
    - members/housebound.tt
    - reports/cash_register_stats.tt
    
    To test:
    - Run:
      $ sudo koha-shell kohadev ; cd kohaclone
     k$ prove xt/tt_valid.t
    => FAIL: Tests fail due to the mentioned templates
    - Apply this patch
    - Run:
      $ sudo koha-shell kohadev ; cd kohaclone
     k$ prove xt/tt_valid.t
    => SUCCESS: Tests pass!
    - Sign off :-D
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt        |    2 +-
 .../intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list