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

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

Return to bug 20600