diff options
author | ivan <ivan> | 2009-11-03 03:13:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-11-03 03:13:47 +0000 |
commit | 12a33bafaae99cca2485eb0a58d64dd67f3a9827 (patch) | |
tree | 0f55ad3351022719baa675dd585a7738a809a22f /FS/bin | |
parent | c07021534a52514a7908a4613332c9a4dac2f6e9 (diff) |
(start of) reconcile breakage from stale accounts, RT#6407
Diffstat (limited to 'FS/bin')
-rwxr-xr-x | FS/bin/freeside-daily | 4 |
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); |