http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2765 Summary: biblioitems.isbn length is too short Product: Koha Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Database AssignedTo: galen.charlton@liblime.com ReportedBy: frederic@tamil.fr QAContact: koha-bugs@lists.koha.org In UNIMARC dash (-) is a valid character in ISBN. For example, this ISBN is valid: 978-2-13-057136-0 So you can find the above value in 010$a UNIMARC field. Koha copy this value into biblioitems.isbn field which is a varchar(14). This ISBN beeing 17 characters long is truncated at the 14th position. I suggest extending biblioitems.isbn length to 20 characters. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.