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

(-)a/Koha/REST/Plugin/Objects.pm (-1 / +3 lines)
Lines 86-91 The result object can then be used for further processing. Link Here
86
                }
86
                }
87
            );
87
            );
88
88
89
            $result_set = $result_set->search_limited
90
                if $result_set->can('search_limited');
91
89
            my $object = $result_set->find( $id, $attributes );
92
            my $object = $result_set->find( $id, $attributes );
90
93
91
            return $object;
94
            return $object;
92
- 

Return to bug 29510