From 3e7119192759d4c0d3058b1db3f0c3b5ac0eacb9 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 4 Aug 2015 17:21:32 -0400 Subject: [PATCH] CRM-11369 - Add upgrade code for 'Pending' status label changes --- CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl index d9aaee70e3..51714e9b45 100644 --- a/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl +++ b/CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl @@ -20,6 +20,10 @@ UPDATE civicrm_option_value SET {localize field="label"}label = 'Activity Detail UPDATE civicrm_option_value SET {localize field="label"}label = 'Activity Summary Report'{/localize} WHERE value = 'activitySummary' AND option_group_id = @option_group_id_report; +--CRM-11369 +UPDATE civicrm_participant_status_type SET label = {localize field='label'}label = 'Pending (pay later)'{/localize} WHERE name = 'Pending from pay later'; +UPDATE civicrm_participant_status_type SET label = {localize field='label'}label = 'Pending (incomplete transaction)'{/localize} WHERE name = 'Pending from incomplete transaction'; + --CRM-16853 PCP Owner Notification {include file='../CRM/Upgrade/4.7.alpha1.msg_template/civicrm_msg_template.tpl'} -- 2.25.1