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

(-)a/members/memberentry.pl (-1 / +1 lines)
Lines 743-748 foreach (qw(dateenrolled dateexpiry dateofbirth)) { Link Here
743
}
743
}
744
744
745
if (C4::Context->preference('ExtendedPatronAttributes')) {
745
if (C4::Context->preference('ExtendedPatronAttributes')) {
746
    $template->param(ExtendedPatronAttributes => 1);
746
    patron_attributes_form($template, $borrowernumber, $op);
747
    patron_attributes_form($template, $borrowernumber, $op);
747
}
748
}
748
749
749
- 

Return to bug 23283