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

(-)a/opac/opac-memberentry.pl (-2 / +1 lines)
Lines 227-233 elsif ( $action eq 'edit' ) { #Display logged in borrower's data Link Here
227
227
228
    $template->param(
228
    $template->param(
229
        borrower  => $borrower,
229
        borrower  => $borrower,
230
        guarantor => Koha::Borrowers->find($borrowernumber)->guarantor(),
230
        guarantor => scalar Koha::Borrowers->find($borrowernumber)->guarantor(),
231
    );
231
    );
232
232
233
    if (C4::Context->preference('OPACpatronimages')) {
233
    if (C4::Context->preference('OPACpatronimages')) {
234
- 

Return to bug 15813