Resolve CRM-17182 by filtering on civicrm_line_item.price_field_value_id instead...
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 18 Aug 2019 02:11:09 +0000 (12:11 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 22 Aug 2019 06:49:48 +0000 (16:49 +1000)
commit72b84deda54a9a04a0d62483cd87ed08faec200c
tree573708e3823fd8217a2ac5d873d3ce6b0c15ace0
parent906842f081a8d7d980a0f0f000fb5c0946a01b7b
Resolve CRM-17182 by filtering on civicrm_line_item.price_field_value_id instead of th fee_amount column

Pass id in the params array rather than in the ids array
CRM/Event/BAO/Query.php
CRM/Price/BAO/PriceFieldValue.php
CRM/Price/Form/Option.php
tests/phpunit/api/v3/ParticipantTest.php