https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20811

--- Comment #31 from Marcel de Rooy <[email protected]> ---
(In reply to Katrin Fischer from comment #28)
> It's only the update opption that I can't get to work. I've documented my
> testing in comment#4. I've done quite somte tests with bulkmarkimport lately
> and it worked just fine otherwise.

Since [cefa7c21e28b88351ee8ae0dfefb80a515323df9] Bug 5635: bulkmarcimport new
parameters & features (version 3.11.00.109) the code contains the wrong
ModBiblio call.
If I use the -update parameter now with the -match parameter (e.g. pass
"Control-number,001"), the fix works fine.

But that is not the complete story.
If you use the -update option without the -match parameter, you won't reach the
ModBiblio call, but you will get errors from AddItemBatchFromMarc (called
without bibionumber) and from ModBiblioMarc.
If you use the -update option with -isbn, there will be no match on isbn due to
a bug with the $isbn variable.

Will add two simple follow-ups to overcome both situations.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to