From: Kurund Jalmi Date: Mon, 17 Aug 2015 11:32:41 +0000 (+0530) Subject: CRM-16719: more fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=3f1f2db0f7216fe9a9243df74df3f7801f2b9d8f;p=civicrm-core.git CRM-16719: more fixes --- diff --git a/CRM/Report/Form/ActivitySummary.php b/CRM/Report/Form/ActivitySummary.php index 6d57126881..1a36fb15ba 100644 --- a/CRM/Report/Form/ActivitySummary.php +++ b/CRM/Report/Form/ActivitySummary.php @@ -372,7 +372,7 @@ class CRM_Report_Form_ActivitySummary extends CRM_Report_Form { } if ($this->_aclWhere) { - $this->_where .= " AND {$this->_aclWhere} "; + $this->_where .= " AND ({$this->_aclWhere} OR civicrm_contact_source.is_deleted=0 OR civicrm_contact_assignee.is_deleted=0)"; } }