From 29347e1d34d5468994af6e219f00582e525688ae Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 3 Nov 2009 03:13:46 +0000 Subject: (start of) reconcile breakage from stale accounts, RT#6407 --- FS/bin/freeside-daily | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/bin/freeside-daily') 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 @@ -15,6 +15,10 @@ adminsuidsetup $user; 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); -- cgit v1.2.1