CRM-20459 replace all instances where CRM_Core_OptionGroup::getValue is called on...
authoreileen <emcnaughton@wikimedia.org>
Fri, 21 Apr 2017 03:00:53 +0000 (15:00 +1200)
committereileen <emcnaughton@wikimedia.org>
Fri, 21 Apr 2017 03:00:53 +0000 (15:00 +1200)
commitd66c61b6853a6df997581c9c6a6b2f390671cc3b
treef79c7620d726c7d4aefbde97b3a9a390413078fb
parent9bd51e848bde8221f6d8f22eab8c913fc6b7e3a9
CRM-20459 replace all instances where CRM_Core_OptionGroup::getValue is called on activities.

I limited this to activities as there are only 2 separate values & I thought it would keep it readable.
CRM/Activity/BAO/Activity.php
CRM/Campaign/BAO/Survey.php
CRM/Case/BAO/Case.php
CRM/Case/XMLProcessor/Process.php
CRM/Contribute/BAO/Contribution.php
CRM/Contribute/BAO/ContributionRecur.php
CRM/Core/BAO/ActionSchedule.php
CRM/Event/BAO/Participant.php
CRM/Report/Form/Case/Demographics.php
tests/phpunit/CRM/Contribute/BAO/ContributionTest.php
tests/phpunit/api/v3/ActionScheduleTest.php