[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.10-18-g91b19f9

Git repo owner gitmaster at git.koha-community.org
Sat Mar 16 21:25:44 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.8.x has been updated
       via  91b19f9f6a2520eb90409b9be10743a7e7783629 (commit)
      from  9b4b36e6ffaabbd5c955042fc0feb90c81e2ef21 (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 91b19f9f6a2520eb90409b9be10743a7e7783629
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