mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Add Serbian Dinar currency
This commit is contained in:
@@ -524,6 +524,14 @@ class CurrenciesTableSeeder extends Seeder
|
|||||||
'thousand_separator' => '.',
|
'thousand_separator' => '.',
|
||||||
'decimal_separator' => ','
|
'decimal_separator' => ','
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Serbian Dinar',
|
||||||
|
'code' => 'RSD',
|
||||||
|
'symbol' => 'RSD',
|
||||||
|
'precision' => '2',
|
||||||
|
'thousand_separator' => '.',
|
||||||
|
'decimal_separator' => ','
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($currencies as $currency) {
|
foreach ($currencies as $currency) {
|
||||||
|
|||||||
Reference in New Issue
Block a user