diff options
Diffstat (limited to 'FS/FS/Conf.pm')
| -rw-r--r-- | FS/FS/Conf.pm | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7f914901d..6658704cc 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2369,6 +2369,13 @@ worry that config_items is freeside-specific and icky.    },    { +    'key'         => 'cust_pkg-show_fcc_voice_grade_equivalent', +    'section'     => 'UI', +    'description' => "Show a field on package definitions for assigning a DSO equivalency number suitable for use on FCC form 477.", +    'type'        => 'checkbox', +  }, + +  {      'key'         => 'svc_acct-edit_uid',      'section'     => 'shell',      'description' => 'Allow UID editing.', | 
