[koha-commits] main Koha release repository branch master updated. v3.22.00-943-g6a078fb

Git repo owner gitmaster at git.koha-community.org
Wed Mar 23 01:59:02 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  6a078fb1b34ad9585ccd4c717723dfca2a91df80 (commit)
      from  44b37f3bc8ff1fecdb4a4e99759e91efc16d5714 (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 6a078fb1b34ad9585ccd4c717723dfca2a91df80
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 22 09:38:52 2016 +0000

    Bug 16114: Koha::ItemType->translated_description should return a string
    
    This patch fixes a regression introduce by bug 14828.
    If an itemtype is translated, its description won't be displayed
    correctly on the item search form.
    
    Koha::ItemType->translated_description is only used once.
    
    Test plan:
    - define a translation for an item type (Administration ->
      Item types -> Edit -> Translate into other languages)
    - go on the item search form, the item type should be displayed
      correctly.
    
    QA note: This module is not covered by tests, it seems that I forgot to
    write them...
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/ItemType.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list