From f6ec862de3441618ae8035db1b754d417c5cb1b0 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 20 Feb 2011 17:06:55 +0000 Subject: [PATCH] fix torrus report inclusion --- FS/bin/freeside-daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index 3e4843b12..2c9dd8b1b 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -13,7 +13,7 @@ my $user = shift or die &usage; adminsuidsetup $user; #you can skip this by not having a NetworkMonitoringSystem configured -use FS::Cron::nms qw(nms_report); +use FS::Cron::nms_report qw(nms_report); nms_report(%opt); #you can skip this by setting the disable_cron_billing config -- 2.11.0