diff options
author | ivan <ivan> | 2002-10-17 11:17:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-17 11:17:50 +0000 |
commit | bc1639be3d9f32711b4740324c6de1f3bffb0124 (patch) | |
tree | b9519a35eaa94d6084c9b0f3b3073aea534bc589 /httemplate | |
parent | 88d237b8fe396b4e85a16e20eccfeb4e22e94e24 (diff) |
another mason fix, this one from 5
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/cust_bill.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |