From 26252d1690bd3100c502a5f51028861443acc185 Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Mon, 9 Mar 2015 13:48:30 +0100 Subject: Adding CHF to the list of Euro currencies --- app/Model/Config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Model') 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'), -- cgit v1.2.3