no reason for multi-select to be disabled on these
authorIvan Kohler <ivan@freeside.biz>
Sat, 17 Jan 2015 02:37:41 +0000 (18:37 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 17 Jan 2015 02:37:41 +0000 (18:37 -0800)
FS/FS/svc_acct.pm

index 62cb633..94eec0c 100644 (file)
@@ -293,25 +293,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'       => {