[koha-commits] main Koha release repository branch new/bug_7016 created. v3.04.00-767-g823b807

Git repo owner gitmaster at git.koha-community.org
Thu Oct 20 00:55:50 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_7016 has been created
        at  823b807ac9e20706bdd3931962e126affc72cbeb (commit)

- Log -----------------------------------------------------------------
commit 823b807ac9e20706bdd3931962e126affc72cbeb
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Wed Oct 12 15:35:31 2011 -0400

    Bug 7016: CanBookBeReserved uses GetItemsInfo unnecessarily
    
    CanBookBeReserved uses the very heavy-weight function GetItemsInfo to simply retrieve
    the itemnumbers attached to a given biblio.  The function get_itemnumbers_of() is much
    lighter-weight and returns the required information; switching to it will reduce the overall
    system resource cost of placing a hold.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list