160 |
output_html_with_http_headers $cgi, $cookie, $template->output; |
160 |
output_html_with_http_headers $cgi, $cookie, $template->output; |
166 |
(undef, undef, $balance) = GetMemberIssuesAndFines( $_->{borrowernumber} ); |
167 |
(undef, $issues, $balance) = GetMemberIssuesAndFines( $_->{borrowernumber} ); |