From: ivan Date: Mon, 24 Jan 2011 03:06:01 +0000 (+0000) Subject: torrus, RT#10574 X-Git-Tag: freeside_2_3_0~696 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=1f92d7423c25020073258be7453b046b30f88bc1;p=freeside.git torrus, RT#10574 --- diff --git a/FS/FS/part_pkg/torrus_bw_usage.pm b/FS/FS/part_pkg/torrus_bw_usage.pm index 5ce2005e8..5a2dd36a0 100644 --- a/FS/FS/part_pkg/torrus_bw_usage.pm +++ b/FS/FS/part_pkg/torrus_bw_usage.pm @@ -25,8 +25,9 @@ our %info = ( 'freq' => 'm', ); -sub _torrus_name { 'VOLUME'; } -sub _torrus_base { 'base_gb'; } -sub _torrus_rate { 'gb_rate'; } +sub _torrus_name { 'VOLUME'; } +sub _torrus_base { 'base_gb'; } +sub _torrus_rate { 'gb_rate'; } +sub _torrus_label { 'gb'; }; 1;