From: ivan Date: Thu, 17 Oct 2002 11:17:48 +0000 (+0000) Subject: another mason fix, this one from 5 X-Git-Tag: freeside_1_4_1beta5~43 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a8eabbd3f6f0b4be3c6108de16f4d87c47148f77;p=freeside.git another mason fix, this one from 5 --- diff --git a/httemplate/search/cust_bill.cgi b/httemplate/search/cust_bill.cgi index 586399a41..985e3dbf5 100755 --- a/httemplate/search/cust_bill.cgi +++ b/httemplate/search/cust_bill.cgi @@ -11,7 +11,7 @@ $limit .= "LIMIT $maxrecords" if $maxrecords; my $offset = $cgi->param('offset') || 0; $limit .= " OFFSET $offset" if $offset; -my $total; +my($total, $tot_amount, $tot_balance); my(@cust_bill); if ( $cgi->keywords ) {