X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=2beb096ab5c9670d984f00b28e749eecb22276f0;hb=87ff794bc37c12c22ddc03c4182e4d37446df245;hp=ac0a82391d9db15460f119156a9ea6ca006fb03f;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index ac0a82391..2beb096ab 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -16,6 +16,10 @@ adminsuidsetup $user; use FS::Cron::nms_report qw(nms_report); nms_report(%opt); +#no way to skip this yet, but should be harmless/quick +use FS::Cron::expire_banned_pay qw(expire_banned_pay); +expire_banned_pay(%opt); + #you can skip this by setting the disable_cron_billing config use FS::Cron::bill qw(bill); bill(%opt); @@ -28,6 +32,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; @@ -55,8 +62,8 @@ use FS::Cron::backup qw(backup); backup(); #same -use FS::Cron::rt_tasks qw(rt_escalate); -rt_escalate(%opt); +use FS::Cron::rt_tasks qw(rt_daily); +rt_daily(%opt); my $deldir = "$FS::UID::cache_dir/cache.$FS::UID::datasrc/"; unlink <${deldir}.invoice*>;