http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13379 --- Comment #1 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 34089 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34089&action=edit Bug 13379: Extends authorised_values.category to varchar(32) This patch does 2 things: 1/ It fixes a bug caused by the different data fields used for authorised_values.category and borrower_attribute_types.authorised_value_category (varchar(16) vs varchar(10)). To reproduce: - Create a AV category with a length > 10 - Try to link a patron attribute type with this AV, it won't work. 2/ Extends this field to varchar(32): sometime 16 is not enough to describe something -- You are receiving this mail because: You are watching all bug changes.