summaryrefslogtreecommitdiff
path: root/FS/FS/svc_acct.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-16 18:36:56 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-16 18:36:56 -0800
commitf81671daf8cc0ecc573c245cd1c8285d93867190 (patch)
tree6d2ec6cc89cb37fb687f27001f116536371059f6 /FS/FS/svc_acct.pm
parent7073aa63c742fc4d6f723bb8c2032e6579a22d49 (diff)
no reason for multi-select to be disabled on these
Diffstat (limited to 'FS/FS/svc_acct.pm')
-rw-r--r--FS/FS/svc_acct.pm4
1 files changed, 0 insertions, 4 deletions
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' => {