http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5377 --- Comment #10 from David Cook <dcook@prosentient.com.au> --- (In reply to Kyle M Hall from comment #9)
Created attachment 25469 [details] [review] Bug 5377 - Database fields too small for multiple ISBN and ISSN
Test Plan: 1) Apply this patch 2) Create a record with 5 ISBNs and 5 ISSNs 3) Create a new report from the following SQL, or execute it from the mysql console: SELECT isbn, issn FROM biblioitems ORDER BY biblionumber DESC LIMIT 1 4) Note that all your ISBNs and ISSNs are listed, separated by the pipe character ( | )
I'll have to try this out when I have some time. I wonder if the ISSN will display properly in Koha itself though if it's used to only having a single ISSN in that field. Still, happy to see movement on this one. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.