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

(-)a/Koha/REST/Plugin/Objects.pm (-1 / +2 lines)
Lines 64-69 the requested object. It passes through any embeds if specified. Link Here
64
64
65
            my $object = $result_set->find( $id, $attributes );
65
            my $object = $result_set->find( $id, $attributes );
66
66
67
            return unless $object;
68
67
            return $object->to_api({ embed => $embed });
69
            return $object->to_api({ embed => $embed });
68
        }
70
        }
69
    );
71
    );
70
- 

Return to bug 26636