[Koha-bugs] [Bug 8280] SRU should be filterable by Koha Item Type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 18 08:13:29 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280

--- Comment #20 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list