diff options
author | levinse <levinse> | 2011-06-22 18:32:21 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-06-22 18:32:21 +0000 |
commit | c1c47a765702a1e1dad680f603d25aa04eeb5269 (patch) | |
tree | 73e75b7db71a16a5b19475dec522f65fd04bf7e2 /FS/bin/freeside-daily | |
parent | 8a20ba243bbcf659376037dbce3a05c0d7378e1c (diff) |
improve performance of DID provisioning status report, RT10988
Diffstat (limited to 'FS/bin/freeside-daily')
-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 ac0a82391..e50d992e0 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -28,6 +28,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; |