X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2Fbin%2Ffreeside-daily;h=e21569d4ba483da05617d9fc2b945206c666b3aa;hb=165b1825de624fb25f982968383a35eca9efcbaf;hp=1162e7911a641fca9f4cf0b1df9db1224061b9d9;hpb=03c9f5e33216c503fb52dc02826426b17f01f629;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 1162e7911..e21569d4b 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -35,6 +35,10 @@ reconcile_breakage(%opt); use FS::Cron::upload qw(upload); upload(%opt); +#this only takes effect if WA sales taxes are enabled +use FS::Cron::tax_rate_update qw(tax_rate_update); +tax_rate_update(%opt); + use FS::Cron::set_lata_have_usage qw(set_lata_have_usage); set_lata_have_usage(%opt); @@ -74,6 +78,10 @@ export_batch_submit(%opt); use FS::Cron::agent_email qw(agent_email); agent_email(%opt); +#does nothing unless there are users with subscribed searches +use FS::Cron::send_subscribed qw(send_subscribed); +send_subscribed(%opt); + #clears out cacti imports & deletes select database cache files use FS::Cron::cleanup qw( cleanup cleanup_before_backup ); cleanup_before_backup();