[Koha-bugs] [Bug 21090] Description of itemtype group doesn't show when there is an itemtype with the same code

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 13 21:23:13 CEST 2018


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

--- Comment #5 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list