Skip to content

Commit

Permalink
CRM-19830 re-add contribution_status & payment_instrument to default …
Browse files Browse the repository at this point in the history
…returns for primary field export
  • Loading branch information
eileenmcnaughton committed Feb 7, 2017
1 parent 116fcf1 commit ba3db65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Contribute/BAO/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ public static function defaultReturnProperties($mode, $includeCustomFields = TRU
// torture
'accounting_code' => 1,
// small
// 'payment_instrument' => 1,
'payment_instrument' => 1,
// kittens
'payment_instrument_id' => 1,
// argh
Expand Down Expand Up @@ -816,7 +816,7 @@ public static function defaultReturnProperties($mode, $includeCustomFields = TRU
// actually
'is_pay_later' => 1,
// required
// 'contribution_status' => 1,
'contribution_status' => 1,
// instead
'contribution_status_id' => 1,
// of
Expand Down

0 comments on commit ba3db65

Please sign in to comment.