Bug 20600: (follow-up) Fix critic error
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 14 Jan 2019 13:14:46 +0000 (13:14 +0000)
committerNick Clemens <nick@bywatersolutions.com>
Tue, 19 Feb 2019 16:36:43 +0000 (16:36 +0000)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Koha/REST/V1/Illrequests.pm

index 8746bf1..eb3a5cf 100644 (file)
@@ -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' );