This commit was generated by cvs2svn to compensate for changes in r3241,
[freeside.git] / 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 ) {