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

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

Return to bug 14658