Bug 16115: Remove JS error on item search if NOT_LOAN values do not exist
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Sat, 21 Jan 2017 07:48:20 +0000 (08:48 +0100)
committerJulian Maurice <julian.maurice@biblibre.com>
Mon, 20 Feb 2017 09:09:59 +0000 (10:09 +0100)
commit47cd8dac59b02f0fcd16bd5bdefa0918e7331349
tree1538ed9e28ff57f60b994d3ad015cf348bad5a2b
parentda8f4e0aa360733f69fb4038651fc57a748c2b40
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>
(cherry picked from commit 27a4149625252e4c28dc97df998d82fd6f2652b8)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
(cherry picked from commit e0b64c0f4ae29eae1a7c71d3d9e328683aa51317)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt