From cd9740708c8658665101ef6ad667b1afc2cd04ff Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 5 Feb 2007 17:21:09 +0000 Subject: [PATCH] move the due_events import too... whew! this should be it --- FS/FS/cust_pay_batch.pm | 1 - FS/FS/pay_batch.pm | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0