From 76ce0023f0759deba9ea9a0f5c11c37e5208600c Mon Sep 17 00:00:00 2001 From: Ali Tabatabai Date: Fri, 5 May 2017 09:22:36 +0200 Subject: Updated the CurrencyModel with 'DKK' Danish Krona. --- app/Model/CurrencyModel.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Model/CurrencyModel.php b/app/Model/CurrencyModel.php index de8c633e..77349e70 100644 --- a/app/Model/CurrencyModel.php +++ b/app/Model/CurrencyModel.php @@ -38,6 +38,7 @@ class CurrencyModel extends Base 'INR' => t('INR - Indian Rupee'), 'JPY' => t('JPY - Japanese Yen'), 'RSD' => t('RSD - Serbian dinar'), + 'DKK' => t('DKK - Danish Krona'), 'SEK' => t('SEK - Swedish Krona'), 'NOK' => t('NOK - Norwegian Krone'), 'BAM' => t('BAM - Konvertible Mark'), -- cgit v1.2.3