[freeside-commits] freeside/FS/bin freeside-daily, 1.32, 1.33 freeside-monthly, 1.2, 1.3

Jeff Finucane,420,, jeff at wavetail.420.am
Wed Aug 12 07:58:52 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv21347/FS/bin

Modified Files:
	freeside-daily freeside-monthly 
Log Message:
internalize billco-upload and automate the transfer to the provider RT#5902

Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- freeside-daily	17 Jul 2009 22:26:38 -0000	1.32
+++ freeside-daily	12 Aug 2009 14:58:49 -0000	1.33
@@ -15,6 +15,10 @@
 use FS::Cron::bill qw(bill);
 bill(%opt);
 
+#you can skip this just by not having the config
+use FS::Cron::upload qw(upload);
+upload(%opt);
+
 # Send alerts about upcoming credit card expiration.
 use FS::Cron::alert_expiration qw(alert_expiration);
 my $conf = new FS::Conf;

Index: freeside-monthly
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-monthly,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- freeside-monthly	1 Aug 2007 22:24:50 -0000	1.2
+++ freeside-monthly	12 Aug 2009 14:58:50 -0000	1.3
@@ -15,6 +15,9 @@
 use FS::Cron::bill qw(bill);
 bill(%opt, 'check_freq'=>'1m' );
 
+use FS::Cron::upload qw(upload);
+upload(%opt);
+
 ###
 # subroutines
 ###



More information about the freeside-commits mailing list