https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280
--- Comment #20 from Marcel de Rooy <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
