mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-30 06:59:00 +00:00
Update CurrenciesTableSeeder.php (#258)
This commit is contained in:
committed by
GitHub
parent
3f560a1de2
commit
32e03b98a3
@@ -487,8 +487,8 @@ class CurrenciesTableSeeder extends Seeder
|
||||
[
|
||||
'name' => 'Tunisian Dinar',
|
||||
'code' => 'TND',
|
||||
'symbol' => 'د.ت',
|
||||
'precision' => '2',
|
||||
'symbol' => 'DT',
|
||||
'precision' => '3',
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user