]> git.koha-community.org Git - koha.git/commit
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)
committerMason James <mtj@kohaaloha.com>
Wed, 22 Feb 2017 20:36:20 +0000 (09:36 +1300)
commita82baadf1a7a86a09838fea7f176d0380f675c2f
treeaea57c483c17d8ef2dc23c8620d5e30ebfbe0d09
parentb676bed5309622ea78e199ef8ac8a8f121a7cba8
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>
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt