Add support for Bosnia and Herzegovina Convertible Mark currency

Pull: https://github.com/crater-invoice/crater/pull/1212
This commit is contained in:
gdarko
2024-01-29 02:13:40 -06:00
parent 57a09511fe
commit 448231fb56

View File

@@ -40,6 +40,14 @@ class CurrenciesTableSeeder extends Seeder
'decimal_separator' => ',',
'swap_currency_symbol' => true,
],
[
'name' => 'Bosnia and Herzegovina Convertible Mark',
'code' => 'BAM',
'symbol' => 'KM',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'South African Rand',
'code' => 'ZAR',