@@ -, +, @@ forbidden pattern: console.log (line 211) --- koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc @@ -208,7 +208,7 @@ [% BLOCK patron_search_js %] [% IF redirect_if_one_result && !redirect_url %] - + [% END %] [% INCLUDE 'select2.inc' %] @@ -328,7 +328,7 @@ { search_type: search_type, search_fields: search_fields, - ...(typeof extended_attribute_types != 'undefined' && {extended_attribute_types: extended_attribute_types}) + extended_attribute_types: extended_attribute_types, } ); --