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 <[email protected]>
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 <[email protected]>
    Signed-off-by: Chris Cormack <[email protected]>

commit f1331722f116d7dce313bb37c100f235d468d3a6
Author: Chris Cormack <[email protected]>
Date:   Fri Apr 1 12:06:20 2011 +1300

    Bumping database version number

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to