X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=03d2350612b788a29eae574bb9f5584d2292b0a5;hb=3da4ea03e466c33f18640f5065951e77cca3f75b;hp=6a2daf934131fc66114a31d11b11923463b7defa;hpb=7133b592b4bd28a9aa887f716cd7dc67a8bbdc7a;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 6a2daf934..03d235061 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -79,6 +79,10 @@ pay_batch_receive(%opt); use FS::Cron::export_batch qw(export_batch_submit); export_batch_submit(%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();