[freeside-commits] freeside/FS/bin freeside-daily,1.33,1.34
Ivan,,,
ivan at wavetail.420.am
Mon Nov 2 19:13:11 PST 2009
Update of /home/cvs/cvsroot/freeside/FS/bin
In directory wavetail.420.am:/tmp/cvs-serv21844/FS/bin
Modified Files:
freeside-daily
Log Message:
(start of) reconcile breakage from stale accounts, RT#6407
Index: freeside-daily
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/bin/freeside-daily,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- freeside-daily 12 Aug 2009 14:58:49 -0000 1.33
+++ freeside-daily 3 Nov 2009 03:13:09 -0000 1.34
@@ -16,6 +16,10 @@
bill(%opt);
#you can skip this just by not having the config
+use FS::Cron::breakage qw(reconcile_breakage);
+reconcile_breakage(%opt);
+
+#you can skip this just by not having the config
use FS::Cron::upload qw(upload);
upload(%opt);
More information about the freeside-commits
mailing list