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

(-)a/members/notices.pl (-2 / +1 lines)
Lines 73-79 if (C4::Context->preference('ExtendedPatronAttributes')) { Link Here
73
}
73
}
74
74
75
$template->param(%$borrower);
75
$template->param(%$borrower);
76
76
$template->param( adultborrower => 1 ) if ( $borrower->{category_type} eq 'A' );
77
$template->param(
77
$template->param(
78
    QUEUED_MESSAGES    => $queued_messages,
78
    QUEUED_MESSAGES    => $queued_messages,
79
    borrowernumber     => $borrowernumber,
79
    borrowernumber     => $borrowernumber,
80
- 

Return to bug 18423