Merge pull request #6412 from colemanw/CRM-11369
authorDave Greenberg <dave@civicrm.org>
Thu, 10 Sep 2015 23:06:23 +0000 (16:06 -0700)
committerDave Greenberg <dave@civicrm.org>
Thu, 10 Sep 2015 23:06:23 +0000 (16:06 -0700)
CRM-11369 - Changed to Pending (pay later) and Pending (incomplete transaction)

1  2 
CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl
templates/CRM/Event/Form/EventFees.tpl
tests/phpunit/WebTest/Event/AddEventTest.php
xml/templates/civicrm_data.tpl

index 6e83b5981e8362d77d1796dc7de3c4d4be2118a5,51714e9b457edb38fc26828e81cfb224a46b2ccb..37a2a475e8a1ec5df3e7ee8fd4a5f6cea86fce76
@@@ -20,8 -20,11 +20,12 @@@ UPDATE civicrm_option_value SET {locali
  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
 +--CRM-16853 Contribution Invoice Receipt Translation
  
  {include file='../CRM/Upgrade/4.7.alpha1.msg_template/civicrm_msg_template.tpl'}
  
Simple merge