mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Add support for Turkmen manat currency
Pull: https://github.com/crater-invoice/crater/pull/1133
This commit is contained in:
@@ -379,6 +379,14 @@ class CurrenciesTableSeeder extends Seeder
|
||||
'thousand_separator' => '.',
|
||||
'decimal_separator' => ',',
|
||||
],
|
||||
[
|
||||
'name' => 'Turkmenistani manat',
|
||||
'code' => 'TMT',
|
||||
'symbol' => 'M ',
|
||||
'precision' => '2',
|
||||
'thousand_separator' => '.',
|
||||
'decimal_separator' => ',',
|
||||
],
|
||||
[
|
||||
'name' => 'Romanian New Leu',
|
||||
'code' => 'RON',
|
||||
|
||||
Reference in New Issue
Block a user