diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-01-16 18:37:41 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-01-16 18:37:41 -0800 |
commit | edb6acc2180c1a00262ef3572560a0a05862c8d1 (patch) | |
tree | af7ac24c4d7ac41d5c550299f519fc59de34c79d | |
parent | 8f19cd0b1cc92315df1a9c979fbcc77b48ef1ea6 (diff) |
no reason for multi-select to be disabled on these
-rw-r--r-- | FS/FS/svc_acct.pm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index 62cb63362..94eec0c83 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -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' => { |