mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Force US currency formatting
This commit is contained in:
parent
1921d0351e
commit
f5da1854e6
@ -150,6 +150,10 @@ class CountriesSeeder extends Seeder
|
||||
'SK' => [ // Slovakia
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
'US' => [
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'UY' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user