Add support for Turkmen manat currency

Pull: https://github.com/crater-invoice/crater/pull/1133
This commit is contained in:
gdarko
2024-01-29 02:30:09 -06:00
parent cd63aa507a
commit c285c166b5

View File

@@ -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',