[freeside-commits] branch FREESIDE_3_BRANCH updated. f81671daf8cc0ecc573c245cd1c8285d93867190

Ivan ivan at 420.am
Fri Jan 16 18:36:57 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  f81671daf8cc0ecc573c245cd1c8285d93867190 (commit)
      from  7073aa63c742fc4d6f723bb8c2032e6579a22d49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f81671daf8cc0ecc573c245cd1c8285d93867190
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Fri Jan 16 18:36:56 2015 -0800

    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 ab86915..93e3f2c 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'       => {

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/svc_acct.pm |    4 ----
 1 file changed, 4 deletions(-)




More information about the freeside-commits mailing list