mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Fix currency formatting
This commit is contained in:
parent
8320a2adb2
commit
1988cddeb8
@ -55,6 +55,10 @@ class CountriesSeeder extends Seeder
|
||||
'BG' => [ // Belgium
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
'CA' => [
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'CH' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
@ -120,6 +124,10 @@ class CountriesSeeder extends Seeder
|
||||
'LU' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
'MT' => [
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'MY' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user