extend vitelity integration: start and complete port-in, RT#73618
[freeside.git] / FS / bin / freeside-daily
index b12f90b..8d195a8 100755 (executable)
@@ -25,7 +25,7 @@ use FS::Cron::nms_report qw(nms_report);
 nms_report(%opt);
 
 #you can skip this by not having any vitelity exports configured
-use FS::Cron::lnp_vitelity;
+use FS::Cron::lnp_vitelity qw(lnp_vitelity);
 lnp_vitelity(%opt);
 
 #no way to skip this yet, but should be harmless/quick
@@ -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();