Bug 28152: Log the "duplicate item barcode" error
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 10 Jan 2022 10:22:54 +0000 (11:22 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 6 Jun 2022 14:16:19 +0000 (14:16 +0000)
commit2d19940f7e6a3b50e3dedee909a419cf1923a2e4
tree80e7b7689834f3e29a3b92f23f3ced8fab1c28b9
parente5d97a001d3b70d1a2e436fd490c2820f448784f
Bug 28152: Log the "duplicate item barcode" error

Looking at the code this 'import_error' column is empty for the last 9 years. Not sure it makes much sense to have this single error now.

commit 1dba9c6409d78cb1f90de6c1300cb5b63fb1b851
Date:   Wed Oct 10 14:21:22 2012 -0500
    Bug 7131: teach MARC import how to overlay items

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 3c0c375d8e073c9eb765179fa7b3c3d0136b5174)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/ImportBatch.pm