summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
authorivan <ivan>2009-11-03 03:13:46 +0000
committerivan <ivan>2009-11-03 03:13:46 +0000
commit29347e1d34d5468994af6e219f00582e525688ae (patch)
tree3bf794f471abd599168a831c88c42f6794e498c9 /FS/bin/freeside-daily
parentdae56fee4a158dc5becbcfb6bbb522c052bf4b13 (diff)
(start of) reconcile breakage from stale accounts, RT#6407
Diffstat (limited to 'FS/bin/freeside-daily')
-rwxr-xr-xFS/bin/freeside-daily4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily
index 728fa969a..04073d47e 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -16,6 +16,10 @@ use FS::Cron::bill qw(bill);
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);