[Koha-bugs] [Bug 28152] Hidden error when importing an item with an existing itemnumber

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 15 12:13:34 CEST 2021


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 119609
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119609&action=edit
Bug 28152: Fix import_items row creation if duplicate barcode

We are trying to insert "duplicate item barcode" into import_items.itemnumber
(integer),
it fails with "Incorrect integer value: 'duplicate item barcode' for column
'itemnumber' at row 1"

To reproduce:
Export a biblio with an item
Import it
=> The item is not added, and there is no new row in import_items.

The error only appears in the log if you comment the close STDERR and
close STDOUT lines

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


More information about the Koha-bugs mailing list