https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18097
Bug ID: 18097
Summary: It is possible to create unusable category codes
(ccode) due to field length mismatch
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Cataloging
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
The column items.ccode is 10 characters long. It references authorised values
of the type CCODE. The maximum length of an authorised value is 80 characters
long. If a CCODE is created with a value greater than 10, when it is stored for
the item it will be truncated and become either a) an invalid ccode or b) match
a different ccode!
The solution should be to increase the items.ccode column from varchar(10) to
varchar(80).
This really goes for all columns that could possibly store an authorised value.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/