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

(-)a/Koha/Objects.pm (-1 / +2 lines)
Lines 84-89 sub find { Link Here
84
84
85
    my $result = $self->_resultset()->find($id);
85
    my $result = $self->_resultset()->find($id);
86
86
87
    return unless $result;
88
87
    my $object = $self->object_class()->_new_from_dbic( $result );
89
    my $object = $self->object_class()->_new_from_dbic( $result );
88
90
89
    return $object;
91
    return $object;
90
- 

Return to bug 15270