mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Update CountriesSeeder.php
Added Suriname as country
This commit is contained in:
parent
cfafc3f5cc
commit
0fe2a691ac
@ -162,6 +162,9 @@ class CountriesSeeder extends Seeder
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'SR' => [ // Suriname
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
'UY' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user