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

(-)a/members/print_overdues.pl (-1 / +1 lines)
Lines 67-72 $template->param( Link Here
67
    title          => $letter->{name},
67
    title          => $letter->{name},
68
    plain          => !$letter->{is_html},
68
    plain          => !$letter->{is_html},
69
    borrowernumber => $borrowernumber,
69
    borrowernumber => $borrowernumber,
70
    style          => $letter->{style},
70
);
71
);
71
72
72
output_html_with_http_headers $input, $cookie, $template->output;
73
output_html_with_http_headers $input, $cookie, $template->output;
73
- 

Return to bug 33478