X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FLocalization.setting.php;h=76cc771d779be118871cc6ee77f999debf105d48;hb=05c52f099f530493e9cb0aead7802490cc909276;hp=9736b0627e80356f3534d845fa11f7c60b3b429c;hpb=97de46dc7a0aab2a1e0b7aeaf94def03a6577aaa;p=civicrm-core.git diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 9736b0627e..76cc771d77 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2017 * $Id$ * */ @@ -142,6 +142,9 @@ return array( 'pseudoconstant' => array( 'callback' => 'CRM_Admin_Form_Setting_Localization::getCurrencySymbols', ), + 'on_change' => array( + 'CRM_Admin_Form_Setting_Localization::onChangeDefaultCurrency', + ), ), 'defaultContactCountry' => array( 'group_name' => 'Localization Preferences',