[Koha-bugs] [Bug 14420] bulkmarcimport.pl - Some problems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 4 14:14:32 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14420

Vitor Fernandes <vfernandes at keep.pt> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41338|0                           |1
        is obsolete|                            |

--- Comment #5 from Vitor Fernandes <vfernandes at keep.pt> ---
Created attachment 41339
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41339&action=edit
Bug 14420 : bulkmarcimport.pl - Some problems

http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14420

Test plan:

- Add one record with two ISBN using bulkmarcimport
- Add the same record using bulkmarcimport with ISBN comparing
- The comparing of ISBN isn't working because the bulkmarcimport are trying to
check if isbn1 is in the column isbn of biblio table (check if equal). The
column isbn of the first record is "isbn1 | isbn2".

- Add one record with one ISBN using bulkmarcimport
- Add the same record using bulkmarcimport and ISBN comparing
- The first record will be updated but the items of the second record will not
be added to the first one

- Apply the patch

- Add one record with two ISBN using bulkmarcimport
- Add the same record using bulkmarcimport with ISBN comparing
- The comparing of ISBN will work because the bulkmarcimport will use "like"
comparing instead of "equal" 

- Add one record with one ISBN using bulkmarcimport
- Add the same record using bulkmarcimport with ISBN comparing and
updateadditems
- The first record will be updated and the items of the second record will be
added to the first one

Created by: Vitor Fernandes <vfernandes at keep.pt>
Sponsored by: KEEP SOLUTIONS

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list