fix check batches
[freeside.git] / FS / FS / cust_main / Billing_Batch.pm
index 67208e6..c2416ab 100644 (file)
@@ -5,6 +5,7 @@ use vars qw( $conf );
 use FS::Record qw( qsearch qsearchs dbh );
 use FS::pay_batch;
 use FS::cust_pay_batch;
+use FS::cust_bill_pay_batch;
 
 install_callback FS::UID sub { 
   $conf = new FS::Conf;