X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=e0c555f7bd83ef4bbf663bf4535c7b5ef0b11064;hb=06bca46f6f6b5c20140a6fbbff3ea632099b7b44;hp=233e1626e49fb91936c00433673665299c8530a6;hpb=a4617b1335279278b734ec2ed7f63c93478950a0;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 233e1626e..e0c555f7b 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -91,6 +91,10 @@ export_batch_submit(%opt); use FS::Cron::send_subscribed qw(send_subscribed); send_subscribed(%opt); +#does nothing unless quotation_disable_after_days is set. +use FS::Cron::disable_quotation qw(disable_quotation); +disable_quotation(); + #clears out cacti imports & deletes select database cache files use FS::Cron::cleanup qw( cleanup cleanup_before_backup ); cleanup_before_backup();