From: ivan Date: Wed, 2 Mar 2011 18:00:59 +0000 (+0000) Subject: think this is what's necessary to generate report data for our combined serviceids X-Git-Tag: freeside_2_3_0~533 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=09c2892518ff1ad120af230b7a695ef1b7637ac8 think this is what's necessary to generate report data for our combined serviceids --- diff --git a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm index dc6cb8f93..f436e3bb9 100644 --- a/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm +++ b/FS/FS/NetworkMonitoringSystem/Torrus_Internal.pm @@ -144,7 +144,7 @@ sub report { if ($m == 0) { $m=12; $y-- } #i should have better error checking system('torrus', 'report', '--report=MonthlyUsage', "--date=$y-$m-01"); - system('torrus', 'report', '--genhtml', '--tree=main'); + system('torrus', 'report', '--genhtml', '--all2tree=main'); } }