crater-invoice/crater

Currency Missing: LYD

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
The Libyan Currency is missing in CurrenciesTableSeeder.

Describe the solution you'd like

Add to CurrenciesTableSeeder

          [
              'name' => 'Libyan Dinar',
              'code' => 'LYD',
              'symbol' => 'LD',
              'precision' => '3',
              'thousand_separator' => ',',
              'decimal_separator' => '.',
          ]

Allowing the LYD Currency to be used in Crater.

quick reminder the software is abandonware and will no longer receive updates: #1265