Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.2.1
-
Fix Version/s: 2.2.3
-
Component/s: Drupal Integration Modules
-
Labels:None
Description
civicrm.views.inc has placed the 'registered_by_id' field in the contribution array. As far as I know 'registered_by_id' is located in the participant_payment table.
The correct handler exists but it only specifies a relationship. The rest of the array args are within $data['civicrm_contribution']['regististered_by_id'].
I have attached a patch which corrects this issue by merging the two separate handlers into one using the participant_payment array instead of the contribution array.