[Koha-bugs] [Bug 13379] authorised_values.category is varchar(16)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 3 12:43:19 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13379

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list