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

--- Comment #5 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to