[freeside-commits] freeside/FS/FS pay_batch.pm, 1.7,
1.8 cust_pay_batch.pm, 1.22, 1.23
Ivan,,,
ivan at wavetail.420.am
Mon Feb 5 09:21:11 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv15301
Modified Files:
pay_batch.pm cust_pay_batch.pm
Log Message:
move the due_events import too... whew! this should be it
Index: pay_batch.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/pay_batch.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pay_batch.pm 5 Feb 2007 16:01:21 -0000 1.7
+++ pay_batch.pm 5 Feb 2007 17:21:09 -0000 1.8
@@ -6,6 +6,7 @@
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);
Index: cust_pay_batch.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_pay_batch.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- cust_pay_batch.pm 5 Feb 2007 09:44:38 -0000 1.22
+++ cust_pay_batch.pm 5 Feb 2007 17:21:09 -0000 1.23
@@ -4,7 +4,6 @@
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 );
More information about the freeside-commits
mailing list