[Koha-bugs] [Bug 13766] biblioitems.ean field is too short

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Mar 1 20:33:00 CET 2015


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

--- Comment #2 from Marc Véron <veron at veron.ch> ---
Created attachment 36251
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36251&action=edit
[Signed-off] Bug 13766 Set biblioitems.ean type to MEDIUMTEXT

biblioitems.ean field is too short. It's a VARCHAR(13) type. EAN can be
longer, especially if it's repeated in the biblio record.

When biblio records are imported, and 073 (Unimarc) or 024 (MARC21)
field is repeated, their content can't be stored in biblioitems.ean
field: it stops the biblio record import.

This field should be aligned to biblioitems.isbn type: MEDIUMTEXT.

Verified that tables biblioitems and deletedbiblioitems are changed.
Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list