view/set svc_phone forwardst and email from self-service, RT13622
[freeside.git] / FS / bin / freeside-daily
index 3e4843b..e50d992 100755 (executable)
@@ -13,7 +13,7 @@ my $user = shift or die &usage;
 adminsuidsetup $user;
 
 #you can skip this by not having a NetworkMonitoringSystem configured
-use FS::Cron::nms qw(nms_report);
+use FS::Cron::nms_report qw(nms_report);
 nms_report(%opt);
 
 #you can skip this by setting the disable_cron_billing config
@@ -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;
@@ -51,8 +54,8 @@ if ( $opt{u} ) {
 }
 
 #you can skip this just by not having the config
-use FS::Cron::backup qw(backup_scp);
-backup_scp();
+use FS::Cron::backup qw(backup);
+backup();
 
 #same
 use FS::Cron::rt_tasks qw(rt_escalate);