another mason fix, this one from 5
authorivan <ivan>
Thu, 17 Oct 2002 11:17:50 +0000 (11:17 +0000)
committerivan <ivan>
Thu, 17 Oct 2002 11:17:50 +0000 (11:17 +0000)
httemplate/search/cust_bill.cgi

index 586399a..985e3db 100755 (executable)
@@ -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 ) {