View | Details | Raw Unified | Return to bug 20600
Collapse All | Expand All

(-)a/Koha/REST/V1/Illrequests.pm (-2 lines)
Lines 40-46 sub list { Link Here
40
    my $c = shift->openapi->valid_input or return;
40
    my $c = shift->openapi->valid_input or return;
41
41
42
    my $args = $c->req->params->to_hash // {};
42
    my $args = $c->req->params->to_hash // {};
43
    my $filter;
44
    my $output = [];
43
    my $output = [];
45
    my @format_dates = ( 'placed', 'updated' );
44
    my @format_dates = ( 'placed', 'updated' );
46
45
47
- 

Return to bug 20600