From 2d2662d900652d9b1f242e9affd5a6e67c453f4d Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Wed, 7 Sep 2016 15:08:14 -0700 Subject: add email delivery of saved searches, #72101 --- FS/bin/freeside-daily | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FS/bin') 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(); -- cgit v1.2.1