summaryrefslogtreecommitdiff
path: root/app/Model/Config.php
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-03-09 13:48:30 +0100
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-03-09 13:48:30 +0100
commit26252d1690bd3100c502a5f51028861443acc185 (patch)
treeb91258cba69c8d5596eb05486632c9c36761beed /app/Model/Config.php
parent732899564517c6efd9ef965f3f843309a222ce50 (diff)
Adding CHF to the list of Euro currencies
Diffstat (limited to 'app/Model/Config.php')
-rw-r--r--app/Model/Config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Config.php b/app/Model/Config.php
index 8afc59fd..a2db25e9 100644
--- a/app/Model/Config.php
+++ b/app/Model/Config.php
@@ -33,6 +33,7 @@ class Config extends Base
'USD' => t('USD - US Dollar'),
'EUR' => t('EUR - Euro'),
'GBP' => t('GBP - British Pound'),
+ 'CHF' => t('CHF - Swiss Francs'),
'CAD' => t('CAD - Canadian Dollar'),
'AUD' => t('AUD - Australian Dollar'),
'NZD' => t('NZD - New Zealand Dollar'),