http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13766 Bug ID: 13766 Summary: biblioitems.ean field is too short Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Database Assignee: gmcharlt@gmail.com Reporter: frederic@tamil.fr QA Contact: testopia@bugs.koha-community.org 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 stopped 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.