[Koha-bugs] [Bug 27512] Block creation of invalid authorised values for LOST, NOTFORLOAN, DAMAGED, RESTRICTED, and WITHDRAWN

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 15 15:43:59 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27512

--- Comment #4 from Andrew Fuerste-Henry <andrewfh at dubcolib.org> ---
(In reply to Katrin Fischer from comment #3)
> You can create the authorised values without issue, but you cannot use them
> in items. items.damaged linked to DAMAGED only takes numerical AV codes.
> (datatype)

Correct. I can create an authorized value in the DAMAGED category that has the
value "TORN". Koha allows the creation of that authorized value, and then will
show TORN as an option when editing items. However, it will never actually save
TORN on an item and will never explain why it's failed to do so. The answer to
that lies over in the schema, which tells us items.damaged only holds a bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list