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

(-)a/members/moremember.pl (-2 / +1 lines)
Lines 82-88 for (qw(gonenoaddress lost borrowernotes is_debarred)) { Link Here
82
82
83
$template->param(
83
$template->param(
84
    restriction_types => scalar Koha::RestrictionTypes->keyed_on_code()
84
    restriction_types => scalar Koha::RestrictionTypes->keyed_on_code()
85
}
85
);
86
86
87
if ( $patron->is_debarred ) {
87
if ( $patron->is_debarred ) {
88
    $template->param(
88
    $template->param(
89
- 

Return to bug 23681