mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Add Icelandic Króna (ISK) to currency seeder
ISK uses 0 decimal precision (no fractional units), dot thousand separator, comma decimal separator, and symbol after the number. Fixes #348
This commit is contained in:
@@ -63,6 +63,15 @@ class CurrenciesTableSeeder extends Seeder
|
||||
'decimal_separator' => ',',
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
[
|
||||
'name' => 'Icelandic Króna',
|
||||
'code' => 'ISK',
|
||||
'symbol' => 'kr',
|
||||
'precision' => '0',
|
||||
'thousand_separator' => '.',
|
||||
'decimal_separator' => ',',
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
[
|
||||
'name' => 'Israeli Shekel',
|
||||
'code' => 'ILS',
|
||||
|
||||
Reference in New Issue
Block a user