From: jeff Date: Thu, 16 Aug 2007 18:23:20 +0000 (+0000) Subject: correct labels in service definition edit for svc_acct (#1745) (backport) X-Git-Tag: freeside_1_7_3rc1~347 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=bc99c91d9aa0ed5e7f32da57d9238051e401d13b;p=freeside.git correct labels in service definition edit for svc_acct (#1745) (backport) --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 2e499c43d..10bf081d2 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -312,26 +312,26 @@ sub table_info { 'format' => \&FS::UI::bytecount::display_bytecount, 'parse' => \&FS::UI::bytecount::parse_bytecount, }, - 'seconds_threshold' => { label => 'Seconds', + 'seconds_threshold' => { label => 'Seconds threshold', type => 'text', disable_inventory => 1, disable_select => 1, }, - 'upbytes_threshold' => { label => 'Upload', + 'upbytes_threshold' => { label => 'Upload threshold', type => 'text', disable_inventory => 1, disable_select => 1, 'format' => \&FS::UI::bytecount::display_bytecount, 'parse' => \&FS::UI::bytecount::parse_bytecount, }, - 'downbytes_threshold' => { label => 'Download', + 'downbytes_threshold' => { label => 'Download threshold', type => 'text', disable_inventory => 1, disable_select => 1, 'format' => \&FS::UI::bytecount::display_bytecount, 'parse' => \&FS::UI::bytecount::parse_bytecount, }, - 'totalbytes_threshold'=> { label => 'Total up and download', + 'totalbytes_threshold'=> { label => 'Total up and download threshold', type => 'text', disable_inventory => 1, disable_select => 1,