@@ -, +, @@ --- Koha/REST/V1/Illrequests.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/REST/V1/Illrequests.pm +++ a/Koha/REST/V1/Illrequests.pm @@ -40,7 +40,6 @@ sub list { my $c = shift->openapi->valid_input or return; my $args = $c->req->params->to_hash // {}; - my $filter; my $output = []; my @format_dates = ( 'placed', 'updated' ); --