summaryrefslogtreecommitdiff
path: root/app/Model
diff options
context:
space:
mode:
authorAli Tabatabai <izno@users.noreply.github.com>2017-05-05 09:22:36 +0200
committerFrédéric Guillot <fred@kanboard.net>2017-05-05 11:51:06 -0400
commit76ce0023f0759deba9ea9a0f5c11c37e5208600c (patch)
tree2c7a237c364ff3ac5f1e30d747dc7c29bc227bff /app/Model
parentaa88126f9c26386d7cd23fa6f2d9bee04d9657e8 (diff)
Updated the CurrencyModel with 'DKK' Danish Krona.
Diffstat (limited to 'app/Model')
-rw-r--r--app/Model/CurrencyModel.php1
1 files changed, 1 insertions, 0 deletions
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'),