[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-1-g4c20eff

Git repo owner gitmaster at git.koha-community.org
Thu Apr 28 12:41:51 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  4c20effa88c91f4b0c38b93c87a427fb9264912c (commit)
      from  372868a3003fff29c7e913ff104f2d0d2cb0e5ea (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 4c20effa88c91f4b0c38b93c87a427fb9264912c
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Tue Apr 26 18:04:45 2016 +0200

    Bug 16356: Fix Error 500 when returning an item which itemtype is not in itemtypes table
    
      Test plan :
        * Find an item with itemtype (itype or bilbioitems.itemtype
          depending on syspref) does not exist in itemtypes table
        * If necessary, change itemtype of one of your item
        * Check out this item
        * Try to check it in, you've got a 500 Error and item is not
          returned
    
        With the patch
        * Try to check your item in. Item is correctly returned
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 C4/ItemType.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list