https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43457 --- Comment #3 from David Nind <david@davidnind.com> --- I'm sure the manual was correct at some stage 8-). But, yes in this case I did "discover" when testing Bug 38196 that: - having a space in the authorized value caused issues - there was no validation of the value entered in the field to make sure it met the rules The length of authorized value is 80, as per the database configuration: +------------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +------------------+--------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | category | varchar(32) | NO | MUL | | | | authorised_value | varchar(80) | NO | MUL | | | | lib | varchar(200) | YES | MUL | NULL | | | lib_opac | varchar(200) | YES | | NULL | | | imageurl | varchar(200) | YES | | NULL | | +------------------+--------------+------+-----+---------+----------------+ -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.