[Bug 8060] New: Wrong length for category_code in borrower_attribute_types
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.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8060 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |katrin.fischer@bsz-bw.de Resolution|--- |FIXED Severity|enhancement |normal --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- borrower_attribute_types.category_code is varchar(10) now. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org