Merge branch 'master' of git.freeside.biz:/home/git/freeside
authorIvan Kohler <ivan@freeside.biz>
Tue, 10 Feb 2015 09:43:57 +0000 (01:43 -0800)
committerIvan Kohler <ivan@freeside.biz>
Tue, 10 Feb 2015 09:43:57 +0000 (01:43 -0800)
1  2 
FS/FS/Conf.pm

diff --combined FS/FS/Conf.pm
@@@ -2249,7 -2249,7 +2249,7 @@@ and customer address. Include units.'
      'section'     => 'self-service',
      'description' => 'Acceptable payment types for the signup server',
      'type'        => 'selectmultiple',
 -    'select_enum' => [ qw(CARD DCRD CHEK DCHK PREPAY PPAL BILL COMP) ],
 +    'select_enum' => [ qw(CARD DCRD CHEK DCHK PREPAY PPAL ) ], # BILL COMP) ],
    },
  
    {
      'section'     => 'billing',
      'description' => 'Available payment types.',
      'type'        => 'selectmultiple',
 -    'select_enum' => [ qw(CARD DCRD CHEK DCHK BILL CASH WEST MCRD MCHK PPAL COMP) ],
 +    'select_enum' => [ qw(CARD DCRD CHEK DCHK CASH WEST MCRD MCHK PPAL) ],
    },
  
    {
      'key'         => 'payby-default',
 -    'section'     => 'UI',
 -    'description' => 'Default payment type.  HIDE disables display of billing information and sets customers to BILL.',
 +    'section'     => 'deprecated',
 +    'description' => 'Deprecated; in 4.x there is no longer the concept of a single "payment type".  Used to indicate the default payment type.  HIDE disables display of billing information and sets customers to BILL.',
      'type'        => 'select',
      'select_enum' => [ '', qw(CARD DCRD CHEK DCHK BILL CASH WEST MCRD PPAL COMP HIDE) ],
    },
    },
  
    {
+     'key'         => 'city_not_required',
+     'section'     => 'required',
+     'description' => 'Turn off requirement for a City to be entered for billing & shipping addresses',
+     'type'        => 'checkbox',
+     'per_agent'   => 1,
+   },
+   {
      'key'         => 'echeck-void',
      'section'     => 'deprecated',
      'description' => '<B>DEPRECATED</B>, now controlled by ACLs.  Used to enable local-only voiding of echeck payments in addition to refunds against the payment gateway',