diff options
-rw-r--r-- | FS/FS/cust_pay_batch.pm | 1 | ||||
-rw-r--r-- | FS/FS/pay_batch.pm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pay_batch.pm b/FS/FS/cust_pay_batch.pm index f321bb2fe..573f06f3a 100644 --- a/FS/FS/cust_pay_batch.pm +++ b/FS/FS/cust_pay_batch.pm @@ -4,7 +4,6 @@ use strict; use vars qw( @ISA $DEBUG ); use FS::Record qw(dbh qsearch qsearchs); use FS::payinfo_Mixin; -use FS::part_bill_event qw(due_events); use Business::CreditCard 0.28; @ISA = qw( FS::Record FS::payinfo_Mixin ); diff --git a/FS/FS/pay_batch.pm b/FS/FS/pay_batch.pm index 54c370b7d..add4da9e0 100644 --- a/FS/FS/pay_batch.pm +++ b/FS/FS/pay_batch.pm @@ -6,6 +6,7 @@ use Time::Local; use Text::CSV_XS; use FS::Record qw( dbh qsearch qsearchs ); use FS::cust_pay; +use FS::part_bill_event qw(due_events); @ISA = qw(FS::Record); |