http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2945 Summary: formatstring field too small Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Label printing AssignedTo: mason.james@liblime.com ReportedBy: joe.atzberger@liblime.com QAContact: koha-bugs@lists.koha.org The field labels_conf.formatstring holds the list of DB fields, string literals and MARC field/subfields to include in the data, but it is only varchar(64). It is quite easy to exceed this limit with something like: itemcallnumber, "New Rochellesville Public Library", 562a, dateaccessioned The field should be changed to mediumtext, the same size as borrowers.address. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.