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