[koha-commits] main Koha release repository branch new/bug_7060 created. v3.04.00-774-g769acee

Git repo owner gitmaster at git.koha-community.org
Thu Oct 20 03:10:10 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_7060 has been created
        at  769acee41ae258ea4efb0114eb7995736496a9cf (commit)

- Log -----------------------------------------------------------------
commit 769acee41ae258ea4efb0114eb7995736496a9cf
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Tue Oct 18 19:55:22 2011 -0400

    Bug 7060: GetMemberDetails unnecessary in C4::Circulation
    
    Replaces all instances of GetMemberDetails with the more efficient GetMember.  Since
    no hash values other than the borrowers table's fields are used in this module, the
    transition is safe.
    
    To test:
    
    1.  Checkout a material; the page should load without error
    2.  Renew a material: the page should load without error
    3.  Return a material: the page should load without error
    
    The above test plan invokes all the subroutines affected by this patch; any call to an undefined
    value in a hashref should give a warning
    
    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