Koha/koha-tmpl/intranet-tmpl
Jonathan Druart 27a4149625 Bug 16115: Remove JS error on item search if NOT_LOAN values do not exist
If NOT_LOAN is not present, the item search form will raise a JS error:
SyntaxError: expected expression, got '}'

This patch fixes it by handling this specific case.

Note that the "Status" column is still displayed.

Test plan:
Remove your NOT_LOAN authorised values
Go on the item search form
=> You will not get the JS error and the "Status" bloc is no longer
displayed. There is no need to display it if empty.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-02-14 13:46:48 +00:00
..
js
lib Bug 16239: Update Bootstrap to 3.3.7 2017-01-13 14:41:21 +00:00
prog Bug 16115: Remove JS error on item search if NOT_LOAN values do not exist 2017-02-14 13:46:48 +00:00