mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
committed by
GitHub
parent
6ea112c04f
commit
ecb029758b
@@ -616,6 +616,14 @@ class CurrenciesTableSeeder extends Seeder
|
||||
'decimal_separator' => ',',
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
[
|
||||
'name' => 'Libyan Dinar',
|
||||
'code' => 'LYD',
|
||||
'symbol' => 'LD',
|
||||
'precision' => '3',
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($currencies as $currency) {
|
||||
|
||||
Reference in New Issue
Block a user