Skip to content

Commit

Permalink
Merge pull request #9490 from eileenmcnaughton/report
Browse files Browse the repository at this point in the history
CRM-19711 Bookkeeping report displays pay later items twice
  • Loading branch information
Yashodha Chaku authored Dec 5, 2016
2 parents a3fe848 + 1552ab0 commit 1765d2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CRM/Report/Form/Contribute/Bookkeeping.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,12 @@ public function __construct() {
'operatorType' => CRM_Report_Form::OP_DATE,
'type' => CRM_Utils_Type::T_DATE,
),
'status_id' => array(
'title' => ts('Financial Transaction Status'),
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => CRM_Contribute_PseudoConstant::contributionStatus(),
'default' => array(1),
),
),
'order_bys' => array(
'payment_instrument_id' => array('title' => ts('Payment Method')),
Expand Down

0 comments on commit 1765d2b

Please sign in to comment.