mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
add default support for Central African currency (#865)
This commit is contained in:
@ -275,6 +275,14 @@ class CurrenciesTableSeeder extends Seeder
|
|||||||
'thousand_separator' => '.',
|
'thousand_separator' => '.',
|
||||||
'decimal_separator' => ',',
|
'decimal_separator' => ',',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Central African Franc',
|
||||||
|
'code' => 'XAF',
|
||||||
|
'symbol' => 'CFA ',
|
||||||
|
'precision' => '2',
|
||||||
|
'thousand_separator' => ',',
|
||||||
|
'decimal_separator' => '.',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'name' => 'West African Franc',
|
'name' => 'West African Franc',
|
||||||
'code' => 'XOF',
|
'code' => 'XOF',
|
||||||
|
|||||||
Reference in New Issue
Block a user