From: ivan Date: Mon, 5 Feb 2007 17:21:09 +0000 (+0000) Subject: move the due_events import too... whew! this should be it X-Git-Tag: TRIXBOX_2_6~671 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=cd9740708c8658665101ef6ad667b1afc2cd04ff move the due_events import too... whew! this should be it --- 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);