summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-daily
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-10 16:40:18 -0800
committerIvan Kohler <ivan@freeside.biz>2017-03-10 16:40:18 -0800
commite074fe88b7ff09008cd0dceab2e56408127b8a1b (patch)
tree6a1398e814bd7bf1280236ea71486021f6ab0e91 /FS/bin/freeside-daily
parent1115cbfe4ba825c46be63a46bd2b5c34e910eab1 (diff)
extend vitelity integration: start and complete port-in, RT#73618
Diffstat (limited to 'FS/bin/freeside-daily')
-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);