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

Joonas Kylmälä <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #119609|0                           |1
        is obsolete|                            |
 Attachment #135070|0                           |1
        is obsolete|                            |

--- Comment #14 from Joonas Kylmälä <[email protected]> ---
Created attachment 135253
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=135253&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

Signed-off-by: Joonas Kylmälä <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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