[koha-commits] main Koha release repository branch new/bug_6600 created. v3.04.00-639-g6ade95d

Git repo owner gitmaster at git.koha-community.org
Fri Oct 7 00:37:16 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_6600 has been created
        at  6ade95d5db2f2b6a0a2d47d53aecae26a9997243 (commit)

- Log -----------------------------------------------------------------
commit 6ade95d5db2f2b6a0a2d47d53aecae26a9997243
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 19 09:12:30 2011 -0400

    Fix for Bug 6600, Library name linking wrong if current location is different
    
    GetItemsInfo in Items.pm includes this join:
    
    LEFT JOIN branches ON items.homebranch = branches.branchcode
    
    This means that the branch URL (from the branches table) comes out
    as the URL for items.homebranch, thus the URL in the holdings
    output is the item's home branch even though the display might
    be showing a different current location.
    
    This patch changes the join to use items.holdingbranch. The join
    was originally added to fix Bug 3702, and based on the description
    of that feature I'm assuming this change is not harmful to other
    usages. However, it does make the assumption that the item's
    current (holding) branch is the branch we want to see information
    about.
    
    Signed-off-by: Nicole Engard <nengard at gmail.com>
    Signed-off-by: Ian Walls <ian.walls 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