Added Moldova information for the installer

This commit is contained in:
Alexander Minza 2017-12-30 14:47:53 +02:00
parent 2307febfa1
commit 931b049d97
1 changed files with 20 additions and 0 deletions

View File

@ -378,6 +378,26 @@ return array(
),
),
),
'MD' => array(
'currency_code' => 'MDL',
'currency_pos' => 'right_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'tax_rates' => array(
'' => array(
array(
'country' => 'MD',
'state' => '',
'rate' => '20.0000',
'name' => 'TVA',
'shipping' => true,
),
),
),
),
'NL' => array(
'currency_code' => 'EUR',
'currency_pos' => 'left',