diff options
author | levinse <levinse> | 2011-06-22 18:32:22 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-22 18:32:22 +0000 |
commit | 35eaf23a83882bc222197034c6f1f3cf912dfbc7 (patch) | |
tree | 04e512a34ca8ace67b1716efe0720b37b10372c7 /FS/bin | |
parent | b3ad201d0965bb04fd034ce1d86f2cf28bd7e036 (diff) |
improve performance of DID provisioning status report, RT10988
Diffstat (limited to 'FS/bin')
-rwxr-xr-x | FS/bin/freeside-daily | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index df54210a2..0e3446f54 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -24,6 +24,9 @@ reconcile_breakage(%opt); use FS::Cron::upload qw(upload); upload(%opt); +use FS::Cron::set_lata_have_usage qw(set_lata_have_usage); +set_lata_have_usage(%opt); + # Send alerts about upcoming credit card expiration. use FS::Cron::alert_expiration qw(alert_expiration); my $conf = new FS::Conf; |