(start of) reconcile breakage from stale accounts, RT#6407
[freeside.git] / FS / bin / freeside-daily
index 728fa96..04073d4 100755 (executable)
@@ -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);