move the due_events import too... whew! this should be it
authorivan <ivan>
Mon, 5 Feb 2007 17:21:09 +0000 (17:21 +0000)
committerivan <ivan>
Mon, 5 Feb 2007 17:21:09 +0000 (17:21 +0000)
FS/FS/cust_pay_batch.pm
FS/FS/pay_batch.pm

index f321bb2..573f06f 100644 (file)
@@ -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 );
index 54c370b..add4da9 100644 (file)
@@ -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);