summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-10 16:40:07 -0800
committerIvan Kohler <ivan@freeside.biz>2017-03-10 16:40:07 -0800
commit0e17979577dacf0277de470ca7ee724f68a56cd5 (patch)
tree00922fb78dbdd3dddb05003e61b408185ceb5307 /FS/bin
parent67ae4f570a0092d0e3b6852572aa47e96a8adb46 (diff)
extend vitelity integration: start and complete port-in, RT#73618
Diffstat (limited to 'FS/bin')
-rwxr-xr-xFS/bin/freeside-daily4
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily
index e1463f5da..b12f90b23 100755
--- a/FS/bin/freeside-daily
+++ b/FS/bin/freeside-daily
@@ -24,6 +24,10 @@ $log->info('start');
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;
+lnp_vitelity(%opt);
+
#no way to skip this yet, but should be harmless/quick
use FS::Cron::expire_banned_pay qw(expire_banned_pay);
expire_banned_pay(%opt);