Without this we get enotices on a basic search - but there is no evidenc the field is actually rendered:-(
Change-Id: I0b57e1dcaf444ad54f3d1144542e13a55f162659
'is_pay_later' => 1,
'thankyou_date' => 1,
'total_amount' => 1,
+ // Without this value here we get an e-notice BUT the value does not appear to be rendered anywhere.
+ 'contribution_campaign_id' => 1,
'contribution_status_id' => 1,
// @todo return this & fix query to do pseudoconstant thing.
'contribution_status' => 1,
}
//carry campaign on selectors.
+ // @todo - I can't find any evidence that 'carrying' the campaign on selectors actually
+ // results in it being displayed anywhere so why do we do this???
$row['campaign'] = CRM_Utils_Array::value($result->contribution_campaign_id, $allCampaigns);
$row['campaign_id'] = $result->contribution_campaign_id;