https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21090 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Still ok here. % git checkout v17.11.08 % sudo koha-mysql kohadev MariaDB [koha_kohadev]> select * from authorised_values where authorised_value="BK"; +-----+-------------+------------------+---------+----------+----------+ | id | category | authorised_value | lib | lib_opac | imageurl | +-----+-------------+------------------+---------+----------+----------+ | 398 | ITEMTYPECAT | BK | desc BK | desc BK | | +-----+-------------+------------------+---------+----------+----------+ 1 row in set (0.01 sec) MariaDB [koha_kohadev]> select itemtype, description from itemtypes where searchcategory="BK"; +----------+----------------+ | itemtype | description | +----------+----------------+ | BK | Books | | CF | Computer Files | +----------+----------------+ 2 rows in set (0.00 sec) https://snag.gy/pG5ygm.jpg -- You are receiving this mail because: You are watching all bug changes.