mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 23:54:30 -04: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…
x
Reference in New Issue
Block a user