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

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

Return to bug 20581