Merge branch 'github/pr/55_reprise'
authorIvan Kohler <ivan@freeside.biz>
Thu, 18 Aug 2016 21:24:41 +0000 (14:24 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 18 Aug 2016 21:24:41 +0000 (14:24 -0700)
1  2 
FS/FS/Conf.pm
httemplate/pref/pref.html

diff --cc FS/FS/Conf.pm
@@@ -955,25 -968,18 +955,25 @@@ my $validate_email = sub { $_[0] =
  
    {
      'key'         => 'business-onlinepayment-currency',
 -    'section'     => 'billing',
 +    'section'     => 'credit_cards',
      'description' => 'Currency parameter for Business::OnlinePayment transactions.',
      'type'        => 'select',
-     'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD ) ],
+     'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD ARS ) ],
    },
  
    {
 +    'key'         => 'business-onlinepayment-verification',
 +    'section'     => 'credit_cards',
 +    'description' => 'Run a $1 authorization (followed by a void) to verify new credit card information.',
 +    'type'        => 'checkbox',
 +  },
 +
 +  {
      'key'         => 'currency',
 -    'section'     => 'billing',
 +    'section'     => 'localization',
      'description' => 'Main accounting currency',
      'type'        => 'select',
-     'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD XAF ) ],
+     'select_enum' => [ '', qw( USD AUD CAD DKK EUR GBP ILS JPY NZD XAF ARS ) ],
    },
  
    {
Simple merge