mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Added Iraqi Dinar in currencies table
This commit is contained in:
committed by
GitHub
parent
94a2306b7f
commit
c99d7ee677
@ -540,6 +540,14 @@ class CurrenciesTableSeeder extends Seeder
|
|||||||
'thousand_separator' => '.',
|
'thousand_separator' => '.',
|
||||||
'decimal_separator' => ','
|
'decimal_separator' => ','
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Iraqi Dinar',
|
||||||
|
'code' => 'IQD',
|
||||||
|
'symbol' => 'ع.د',
|
||||||
|
'precision' => '2',
|
||||||
|
'thousand_separator' => ',',
|
||||||
|
'decimal_separator' => '.'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($currencies as $currency) {
|
foreach ($currencies as $currency) {
|
||||||
|
|||||||
Reference in New Issue
Block a user