From bab5583acee02f55e13a026b280f7528aa0c8d01 Mon Sep 17 00:00:00 2001 From: Fernando Kiernan Date: Tue, 5 May 2015 21:14:49 -0300 Subject: [PATCH] - Add ARS (Argentine Peso) as supported system currency. --- FS/FS/Conf.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index a8ececd02..90bb3b143 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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 ) ], }, { -- 2.11.0