[koha-commits] main Koha release repository branch new/bug_9377 created. v3.08.00-2001-gfa1ee84

Git repo owner gitmaster at git.koha-community.org
Mon Mar 11 13:05:03 CET 2013


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_9377 has been created
        at  fa1ee846f7476e7f4b7ab93ec1be162f08a375ea (commit)

- Log -----------------------------------------------------------------
commit fa1ee846f7476e7f4b7ab93ec1be162f08a375ea
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Mar 7 17:37:16 2013 +0100

    Bug 9377 - itemtype in duplicate biblio search
    
    In C4::Search::FindDuplicate, when biblio has no ISBN, the duplicate search adds :
    $query .= " and itemtype=$result->{itemtype}".
    This is wrong when itemtype is defined in items.
    
    This patch simply removes the itemtype from dublicate search.
    
    Test plan :
    - Go to a biblio details page
    - Click on "Edit as new (duplicate)"
    - If ISBN is defined, remove it
    - Click on save
    => a duplicate is detected
    - Change biblio item type and save
    => a duplicate is detected
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit bc11d66aa8feec8f566530875506667c22b5fe88
Merge: 5bdc688 82337d9
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Mar 11 07:40:50 2013 -0400

    Merge branch 'bug_9555' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list