diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-22 07:39:21 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-22 07:39:21 -0700 |
commit | 801466230917cc64c943f628d76d2ada32f15474 (patch) | |
tree | 0e673053ddbc59797d46a1212e1135bd4310aea8 | |
parent | e80fe17ee18c6c4f434b7b42386fde30d6e3fa18 (diff) |
extend vitelity integration: start and complete port-in, RT#73618
-rwxr-xr-x | FS/bin/freeside-daily | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index b12f90b23..1d2d913b4 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -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 |