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

(-)a/Koha/Hold.pm (-3 lines)
Lines 348-355 sub patron { Link Here
348
    my ($self) = @_;
348
    my ($self) = @_;
349
349
350
    my $patron_rs = $self->_result->patron;
350
    my $patron_rs = $self->_result->patron;
351
    return unless $patron_rs;
352
353
    return Koha::Patron->_new_from_dbic($patron_rs);
351
    return Koha::Patron->_new_from_dbic($patron_rs);
354
}
352
}
355
353
356
- 

Return to bug 26988