From: Ivan Kohler Date: Sat, 17 Jan 2015 02:36:56 +0000 (-0800) Subject: no reason for multi-select to be disabled on these X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=f81671daf8cc0ecc573c245cd1c8285d93867190;p=freeside.git no reason for multi-select to be disabled on these --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index ab86915db..93e3f2c6a 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -295,25 +295,21 @@ sub table_info { label => 'Quota', #Mail storage limit type => 'text', disable_inventory => 1, - disable_select => 1, }, 'file_quota'=> { label => 'File storage limit', type => 'text', disable_inventory => 1, - disable_select => 1, }, 'file_maxnum'=> { label => 'Number of files limit', type => 'text', disable_inventory => 1, - disable_select => 1, }, 'file_maxsize'=> { label => 'File size limit', type => 'text', disable_inventory => 1, - disable_select => 1, }, '_password' => 'Password', 'gid' => {