[freeside-commits] freeside/FS/bin freeside-daily,1.45,1.46
Ivan,,,
ivan at wavetail.420.am
Fri Jul 15 14:10:42 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv5194/FS/bin
Modified Files:
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.45
retrieving revision 1.46
diff -u -w -d -r1.45 -r1.46
--- freeside-daily 22 Jun 2011 18:32:21 -0000 1.45
+++ freeside-daily 15 Jul 2011 21:10:40 -0000 1.46
@@ -16,6 +16,10 @@
use FS::Cron::nms_report qw(nms_report);
nms_report(%opt);
+#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