From 4a907febe714ceb51dedacf7e6583f0c42dee14f Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 6 Feb 2016 08:53:13 +1300 Subject: [PATCH] CRM-17951 fix capitalisation on upgrade insert --- CRM/Upgrade/Incremental/php/FourSeven.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index 40dfe2bca5..7d6a32749b 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -471,8 +471,8 @@ FROM `civicrm_dashboard_contact` WHERE 1 GROUP BY contact_id"; CRM_Core_BAO_OptionValue::ensureOptionValueExists(array( 'option_group_id' => 'account_relationship', - 'name' => 'Chargeback Account Is', - 'label' => ts('Chargeback Account Is'), + 'name' => 'Chargeback Account is', + 'label' => ts('Chargeback Account is'), 'is_active' => TRUE, 'component_id' => 'CiviContribute', )); -- 2.25.1