mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
feat: Added MAD (Moroccan dirham) currency (#355)
Add MAD (Moroccan dirham) currency
This commit is contained in:
@ -559,7 +559,14 @@ class CurrenciesTableSeeder extends Seeder
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.'
|
||||
],
|
||||
|
||||
[
|
||||
'name' => 'Moroccan Dirham',
|
||||
'code' => 'MAD',
|
||||
'symbol' => 'DH',
|
||||
'precision' => '2',
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.'
|
||||
],
|
||||
];
|
||||
|
||||
foreach ($currencies as $currency) {
|
||||
|
||||
Reference in New Issue
Block a user