[freeside-commits] freeside/FS/bin freeside-daily,1.29,1.30

Mark Wells mark at wavetail.420.am
Wed Jun 24 02:07:23 PDT 2009


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

Modified Files:
	freeside-daily 
Log Message:
Move expiration alerts into FS::Cron::alert_expiration

Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- freeside-daily	25 Apr 2009 22:42:40 -0000	1.29
+++ freeside-daily	24 Jun 2009 09:07:21 -0000	1.30
@@ -14,6 +14,10 @@
 use FS::Cron::bill qw(bill);
 bill(%opt);
 
+# Send alerts about upcoming credit card expiration.
+use FS::Cron::alert_expiration qw(alert_expiration);
+alert_expiration(%opt);
+
 #what to do about the below when using -m?  that is the question.
 
 #you don't want to skip this, besides, it should be cheap



More information about the freeside-commits mailing list