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

(-)a/Koha/Patron.pm (-2 / +1 lines)
Lines 126-132 sub guarantor { Link Here
126
sub image {
126
sub image {
127
    my ( $self ) = @_;
127
    my ( $self ) = @_;
128
128
129
    return Koha::Patron::Images->find( $self->borrowernumber );
129
    return scalar Koha::Patron::Images->find( $self->borrowernumber );
130
}
130
}
131
131
132
sub library {
132
sub library {
133
- 

Return to bug 18789