Skip to content

Commit

Permalink
Merge pull request #17723 from seamuslee001/feature_contribution_deta…
Browse files Browse the repository at this point in the history
…il_no_acl

[REF] Remove ACL join on temp table creation in Member ContributionDe…
  • Loading branch information
eileenmcnaughton authored Jul 13, 2020
2 parents fbb161e + 79c1493 commit b089734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRM/Report/Form/Member/ContributionDetail.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ public function tempTable($applyLimit = TRUE) {
FROM civicrm_contribution contribution
INNER JOIN civicrm_contact {$this->_aliases['civicrm_contact']}
ON {$this->_aliases['civicrm_contact']}.id = contribution.contact_id AND contribution.is_test = 0
{$this->_aclFrom}
LEFT JOIN civicrm_membership_payment mp
ON contribution.id = mp.contribution_id
LEFT JOIN civicrm_membership m
Expand Down

0 comments on commit b089734

Please sign in to comment.