[koha-commits] main Koha release repository branch, new/bug_5990, created. v3.02.00-940-g90392c1

Git repo owner gitmaster at git.koha-community.org
Fri Apr 1 01:07:57 CEST 2011


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, new/bug_5990 has been created
        at  90392c19cc343ada611c1f06e4b5c20f3dd6dc93 (commit)

- Log -----------------------------------------------------------------
commit 90392c19cc343ada611c1f06e4b5c20f3dd6dc93
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Wed Mar 30 13:39:53 2011 -0400

    Bug 5990: Lists and Cart show LOC code not Location Authorized value
    
    Lists in the OPAC, and Cart on both sides, show the LOC code for items, rather
    than the appropriate Description from Authorised Values.  This is because the
    code uses GetItemInfo, which is a very heavy-weight call to only retrieve some
    of the desired information.
    
    This patch introduces a new subroutine in C4::Items, GetItemsLocationInfo, which
    returns the branch names for both home- and holdingbranches, the location code,
    both opac and intranet location descriptions, itemcallnumber and cn_sort. This
    should be used instead of GetItemsInfo in any case where the locational
    information is all that's required, as it's much more streamlined and efficient.
    
    In the OPAC Lists, this only applies if OPACXSLTResultsDisplay is 'off' (set to
    'normal').
    
    Signed-off-by: Jared Camins-Esakov <jcamins at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit f1331722f116d7dce313bb37c100f235d468d3a6
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Fri Apr 1 12:06:20 2011 +1300

    Bumping database version number

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list