mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Write € symbol after amount
This commit is contained in:
@ -37,7 +37,8 @@ class CurrenciesTableSeeder extends Seeder
|
|||||||
'symbol' => '€',
|
'symbol' => '€',
|
||||||
'precision' => '2',
|
'precision' => '2',
|
||||||
'thousand_separator' => '.',
|
'thousand_separator' => '.',
|
||||||
'decimal_separator' => ','
|
'decimal_separator' => ',',
|
||||||
|
'swap_currency_symbol' => true
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'name' => 'South African Rand',
|
'name' => 'South African Rand',
|
||||||
|
|||||||
Reference in New Issue
Block a user