https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16115
Bug ID: 16115
Summary: JavaScript error on item search form
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
URL: /cgi-bin/koha/catalogue/itemsearch.pl
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Searching
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
In the template for the item search page there is this at line 290:
{ 'type': 'select', 'values': [% notforloans.json %] },
[% notforloans.json %] appears to be undefined, whether the search form has
been submitted or not. Viewing source shows this:
{ 'type': 'select', 'values': },
...and the Firebug console reports this error:
SyntaxError: expected expression, got '}'
/cgi-bin/koha/catalogue/itemsearch.pl
Line 240
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
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/