X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=cf6e9096059bdb8002c53a7f288f8e9ebe7eef51;hb=0abdebedb22597b1e9c0b3e1c0fc91a5e7116388;hp=d4d9d2b568ed59fe7cd34684779a3f4aeaffadb0;hpb=0586dafb71594726138cd3b7b721b9f1a0b79ae2;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d4d9d2b56..cf6e90960 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -958,7 +958,7 @@ my $validate_email = sub { $_[0] =~ '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 ) ], }, { @@ -973,7 +973,7 @@ my $validate_email = sub { $_[0] =~ '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 ) ], }, { @@ -1821,6 +1821,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-packages-num_per_page', + 'section' => 'packages', + 'description' => 'Number of packages to display per page on customer view (default 10).', + 'type' => 'text', + }, + + { 'key' => 'disable_maxselect', 'section' => 'reporting', 'description' => 'Prevent changing the number of records per page.',