Skip to content

Commit

Permalink
Display test contributions when viewing contributions related to a te…
Browse files Browse the repository at this point in the history
…st recurring contribution
  • Loading branch information
eileenmcnaughton committed Mar 14, 2019
1 parent 19c56bd commit de09f94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Contribute/Page/ContributionRecurPayments.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ private function loadRelatedContributions() {
'contribution_recur_id' => $this->id,
'contact_id' => $this->contactId,
'options' => array('limit' => 0),
'contribution_test' => '',
));

foreach ($relatedContributionsResult['values'] as $contribution) {
Expand Down

0 comments on commit de09f94

Please sign in to comment.