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

(-)a/Koha/REST/Plugin/Query.pm (-2 / +1 lines)
Lines 154-160 Generates the DBIC prefetch attribute based on embedded relations, and merges in Link Here
154
            }
154
            }
155
155
156
            if(scalar(@prefetches)) {
156
            if(scalar(@prefetches)) {
157
                $attributes->{prefetch} = \@prefetches;
157
                $attributes->{join} = \@prefetches;
158
            }
158
            }
159
        }
159
        }
160
    );
160
    );
161
- 

Return to bug 35361