[freeside-commits] freeside/FS/bin freeside-daily, 1.38.2.4, 1.38.2.5

Ivan,,, ivan at wavetail.420.am
Fri Jul 15 14:10:12 PDT 2011


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	freeside-daily 
Log Message:
add signup-duplicate_cc-warn_hours to warn about duplicate signups in a time span, RT#12011

Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.38.2.4
retrieving revision 1.38.2.5
diff -u -w -d -r1.38.2.4 -r1.38.2.5
--- freeside-daily	22 Jun 2011 18:32:22 -0000	1.38.2.4
+++ freeside-daily	15 Jul 2011 21:10:10 -0000	1.38.2.5
@@ -12,6 +12,10 @@
 my $user = shift or die &usage;
 adminsuidsetup $user;
 
+#no way to skip this yet, but should be harmless/quick
+use FS::Cron::expire_banned_pay qw(expire_banned_pay);
+expire_banned_pay(%opt);
+
 #you can skip this by setting the disable_cron_billing config
 use FS::Cron::bill qw(bill);
 bill(%opt);



More information about the freeside-commits mailing list