1
0
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:
Gabor Tjong A Hung 2018-06-14 10:11:27 -03:00 committed by GitHub
parent cfafc3f5cc
commit 0fe2a691ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,9 @@ class CountriesSeeder extends Seeder
'thousand_separator' => ',',
'decimal_separator' => '.',
],
'SR' => [ // Suriname
'swap_currency_symbol' => true,
],
'UY' => [
'swap_postal_code' => true,
],