Browse Source

Bug 20600: (follow-up) Fix critic error

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
19.05.x
Martin Renvoize 5 years ago
committed by Nick Clemens
parent
commit
71384d3276
  1. 1
      Koha/REST/V1/Illrequests.pm

1
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' );

Loading…
Cancel
Save