[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.03-25-g297d391

Git repo owner gitmaster at git.koha-community.org
Sat Mar 16 21:25:59 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, 3.10.x has been updated
       via  297d3913450f4de897f740168f508a0d957fc359 (commit)
      from  ff4cc88b3f05f003a8e65018ef49155d5da8f18e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 297d3913450f4de897f740168f508a0d957fc359
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>
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Search.pm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list