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

(-)a/Koha/Virtualshelfshare.pm (-2 / +2 lines)
Lines 89-95 sub has_expired { Link Here
89
89
90
sub sharee {
90
sub sharee {
91
    my $self = shift;
91
    my $self = shift;
92
    return Koha::Patron->_new_from_dbic( $self->_result->borrowernumber );
92
    my $rs = $self->_result->borrowernumber;
93
    return Koha::Patron->_new_from_dbic( $rs );
93
}
94
}
94
95
95
=head3 _type
96
=head3 _type
96
- 

Return to bug 32894