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

(-)a/Koha/REST/V1/Illrequests.pm (-1 / +3 lines)
Lines 141-146 sub list { Link Here
141
        if ($embed{comments}) {
141
        if ($embed{comments}) {
142
            $to_push->{comments} = $req->illcomments->count;
142
            $to_push->{comments} = $req->illcomments->count;
143
        }
143
        }
144
        if ($embed{status_alias}) {
145
            $to_push->{status_alias} = $req->statusalias;
146
        }
144
        push @output, $to_push;
147
        push @output, $to_push;
145
    }
148
    }
146
149
147
- 

Return to bug 20581