Skip to content

Commit

Permalink
Merge pull request #13779 from eileenmcnaughton/test_recur
Browse files Browse the repository at this point in the history
Display test contributions when viewing contributions related to a test recurring contribution
  • Loading branch information
eileenmcnaughton authored Mar 15, 2019
2 parents c948e0f + de09f94 commit 0a1c80a
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 0a1c80a

Please sign in to comment.