https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280 --- Comment #20 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- diff --git a/catalogue/itemsearch.pl b/catalogue/itemsearch.pl index 0329f4b1d8..07cc591c93 100755 --- a/catalogue/itemsearch.pl +++ b/catalogue/itemsearch.pl @@ -254,10 +254,8 @@ if ( defined $format ) { $template->param(sEcho => scalar $cgi->param('sEcho')); output_with_http_headers $cgi, $cookie, $template->output, 'json'; } - exit; } - # Display the search form my @branches = map { value => $_->branchcode, label => $_->branchname }, Koha::Libraries->search( {}, { order_by => 'branchname' } ); @@ -309,5 +307,4 @@ $template->param( items_search_fields => \@items_search_fields, authorised_values_json => to_json($authorised_values), ); - output_html_with_http_headers $cgi, $cookie, $template->output; Strange tool git, heh ? -- You are receiving this mail because: You are watching all bug changes.