Skip to content

Commit

Permalink
Merge pull request #12374 from yashodha/report-fixes
Browse files Browse the repository at this point in the history
core/issues#96 - Expose source column in booking report
  • Loading branch information
eileenmcnaughton authored Jun 29, 2018
2 parents daf5335 + 7bb5828 commit c7891aa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CRM/Report/Form/Contribute/Bookkeeping.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ public function __construct() {
'title' => ts('Contribution Status'),
'default' => TRUE,
),
'contribution_source' => array(
'title' => ts('Source'),
'name' => 'source',
),
'id' => array(
'title' => ts('Contribution ID'),
'default' => TRUE,
Expand All @@ -314,6 +318,11 @@ public function __construct() {
'type' => CRM_Utils_Type::T_INT,
),
'receive_date' => array('operatorType' => CRM_Report_Form::OP_DATE),
'contribution_source' => array(
'title' => ts('Source'),
'name' => 'source',
'type' => CRM_Utils_Type::T_STRING,
),
'contribution_status_id' => array(
'title' => ts('Contribution Status'),
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
Expand Down

0 comments on commit c7891aa

Please sign in to comment.