http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8060 Priority: P5 - low Change sponsored?: --- Bug ID: 8060 CC: gmcharlt@gmail.com Assignee: kyle.m.hall@gmail.com Summary: Wrong length for category_code in borrower_attribute_types Severity: enhancement Classification: Unclassified OS: All Reporter: gaetan.boisson@biblibre.com Hardware: All Status: NEW Version: master Component: Patrons Product: Koha The category_code column in the borrower_attribute_types which is a varchar(1) is meant to refer to the categorycode column in the categories table which is a varchar(10). Category codes get truncated when trying to restrict an extended attribute to a specified category, breaking the functionnality unless the categorycode is one letter long. -- You are receiving this mail because: You are watching all bug changes.