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

(-)a/members/moremember.pl (-2 / +1 lines)
Lines 91-97 for (qw(gonenoaddress lost borrowernotes is_debarred)) { Link Here
91
91
92
$template->param(
92
$template->param(
93
    restriction_types => scalar Koha::RestrictionTypes->keyed_on_code()
93
    restriction_types => scalar Koha::RestrictionTypes->keyed_on_code()
94
}
94
);
95
95
96
if ( $patron->is_debarred ) {
96
if ( $patron->is_debarred ) {
97
    $template->param(
97
    $template->param(
98
- 

Return to bug 23681