Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Sat, 9 Nov 2013 20:03:52 +0000 (12:03 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 9 Nov 2013 20:03:52 +0000 (12:03 -0800)
1  2 
FS/FS/Conf.pm

diff --combined FS/FS/Conf.pm
@@@ -1724,21 -1724,6 +1724,21 @@@ and customer address. Include units.'
    },
  
    {
 +    'key'         => 'sip_passwordmin',
 +    'section'     => 'telephony',
 +    'description' => 'Minimum SIP password length (default 6)',
 +    'type'        => 'text',
 +  },
 +
 +  {
 +    'key'         => 'sip_passwordmax',
 +    'section'     => 'telephony',
 +    'description' => 'Maximum SIP password length (default 8) (don\'t set this over 12 if you need to import or export crypt() passwords)',
 +    'type'        => 'text',
 +  },
 +
 +
 +  {
      'key'         => 'password-noampersand',
      'section'     => 'password',
      'description' => 'Disallow ampersands in passwords',
    },
  
    {
+     'key'         => 'show_ship_company',
+     'section'     => 'UI',
+     'description' => 'Turns on display/collection of a "service company name" field for customers.',
+     'type'        => 'checkbox',
+   },
+   {
      'key'         => 'show_ss',
      'section'     => 'UI',
      'description' => 'Turns on display/collection of social security numbers in the web interface.  Sometimes required by electronic check (ACH) processors.',