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

(-)a/Koha/REST/V1/Illrequests.pm (-1 / +3 lines)
Lines 155-160 sub list { Link Here
155
        if ($embed{comments}) {
155
        if ($embed{comments}) {
156
            $to_push->{comments} = $req->illcomments->count;
156
            $to_push->{comments} = $req->illcomments->count;
157
        }
157
        }
158
        if ($embed{status_alias}) {
159
            $to_push->{status_alias} = $req->statusalias;
160
        }
158
        push @output, $to_push;
161
        push @output, $to_push;
159
    }
162
    }
160
163
161
- 

Return to bug 20581