[Koha-bugs] [Bug 17643] The bug 3333 breaks intranet search results in column Location

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 4 20:29:58 CET 2019


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

--- Comment #7 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I do not recreate:

1. Setting NOT_LOAN=1 to "XXXXXXXXXXXXX"

MariaDB [koha_kohadev]> select * from authorised_values where
category="NOT_LOAN";
+----+----------+------------------+------------------+----------+----------+
| id | category | authorised_value | lib              | lib_opac | imageurl |
+----+----------+------------------+------------------+----------+----------+
| 32 | NOT_LOAN | -1               | Ordered          | NULL     | NULL     |
| 33 | NOT_LOAN | 1                | XXXXXXXXXXXXX    | NULL     |          |
| 34 | NOT_LOAN | 2                | Staff Collection | NULL     | NULL     |
+----+----------+------------------+------------------+----------+----------+
3 rows in set (0.00 sec)

2. Setting Computer file as not for loan

MariaDB [koha_kohadev]> select notforloan from itemtypes where itemtype="CF";
+------------+
| notforloan |
+------------+
|          1 |
+------------+

3. Set this itemtype for a given item:
MariaDB [koha_kohadev]> select itype from items where biblionumber=4;
+-------+
| itype |
+-------+
| CF    |
| BK    |
| BK    |
| BK    |
+-------+

I see: https://snag.gy/YojeUb.jpg

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


More information about the Koha-bugs mailing list