summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2002-10-17 11:17:50 +0000
committerivan <ivan>2002-10-17 11:17:50 +0000
commitbc1639be3d9f32711b4740324c6de1f3bffb0124 (patch)
treeb9519a35eaa94d6084c9b0f3b3073aea534bc589 /httemplate
parent88d237b8fe396b4e85a16e20eccfeb4e22e94e24 (diff)
another mason fix, this one from 5
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/cust_bill.cgi2
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 ) {