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

--- Comment #1 from Frédéric Demians <[email protected]> ---
Created attachment 36233
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36233&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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