[koha-commits] main Koha release repository branch master updated. v16.11.00-463-ga3d2273

Git repo owner gitmaster at git.koha-community.org
Fri Feb 17 16:38:51 CET 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  a3d2273b3516129eab774e95841a5cb61c8e4580 (commit)
      from  f0e7a120ced84b4577f90d2e1879289c02b69bcd (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 a3d2273b3516129eab774e95841a5cb61c8e4580
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 15 10:17:22 2016 +0000

    Bug 17627: Move C4::Koha::GetItemTypesByCategory to Koha::ItemTypes
    
    C4::Koha::GetItemTypesByCategory can be easily replaced with
    Koha::ItemTypes->search({ searchcategory => ? });
    
    So let's replace it where it is used.
    
    Test plan:
    Make sure this patch does not break the test plan of bug 10937
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Koha.pm            |   20 +-------------------
 opac/opac-search.pl   |    3 ++-
 t/db_dependent/Koha.t |   15 ++++++++-------
 3 files changed, 11 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list