- Add ARS (Argentine Peso) as supported system currency.
[freeside.git] / FS / FS / Conf.pm
index a8ececd..90bb3b1 100644 (file)
@@ -971,7 +971,7 @@ my $validate_email = sub { $_[0] =~
     'section'     => 'billing',
     '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 ) ],
   },
 
   {
@@ -979,7 +979,7 @@ my $validate_email = sub { $_[0] =~
     'section'     => 'billing',
     '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 ) ],
   },
 
   {