summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main/Billing_Batch.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-05-26 12:36:32 -0700
committerMark Wells <mark@freeside.biz>2015-05-26 12:36:32 -0700
commite1f3623d238aa5c2717c082ef7427cd460c34e02 (patch)
treefbdc03f459cd00739d5f477cb19529aa114e389f /FS/FS/cust_main/Billing_Batch.pm
parent7d6d866a4f94abac0ddaf5daf44234db1cef628e (diff)
fix check batches
Diffstat (limited to 'FS/FS/cust_main/Billing_Batch.pm')
-rw-r--r--FS/FS/cust_main/Billing_Batch.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main/Billing_Batch.pm b/FS/FS/cust_main/Billing_Batch.pm
index 67208e6..c2416ab 100644
--- a/FS/FS/cust_main/Billing_Batch.pm
+++ b/FS/FS/cust_main/Billing_Batch.pm
@@ -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;