summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorlevinse <levinse>2011-06-22 18:32:21 +0000
committerlevinse <levinse>2011-06-22 18:32:21 +0000
commitc1c47a765702a1e1dad680f603d25aa04eeb5269 (patch)
tree73e75b7db71a16a5b19475dec522f65fd04bf7e2 /FS/bin
parent8a20ba243bbcf659376037dbce3a05c0d7378e1c (diff)
improve performance of DID provisioning status report, RT10988
Diffstat (limited to 'FS/bin')
-rwxr-xr-xFS/bin/freeside-daily3
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;