[koha-commits] main Koha release repository branch new/bug_8648 created. v3.08.00-599-g1adb0af

Git repo owner gitmaster at git.koha-community.org
Wed Aug 29 18:05:07 CEST 2012


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_8648 has been created
        at  1adb0afa4c90473cbea4b2d8b54ed53477744322 (commit)

- Log -----------------------------------------------------------------
commit 1adb0afa4c90473cbea4b2d8b54ed53477744322
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Wed Aug 15 15:48:05 2012 -0400

    Bug 8648: searchResults uses SQL query rather than GetMarcFromKohaField
    
    Around line 1470-something:
    
        my $sth =
        $dbh->prepare(
                "SELECT tagfield FROM marc_subfield_structure WHERE kohafield LIKE
                'items.itemnumber'"
                );
        $sth->execute;
    
    This patch replaces that with a call to GetMarcFromKohaField.
    
    To test:
    1) Apply patch.
    2) Do a search that returns both available and unavailable items.
       You'll know if the patch isn't working.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list