From 3f1f2db0f7216fe9a9243df74df3f7801f2b9d8f Mon Sep 17 00:00:00 2001 From: Kurund Jalmi Date: Mon, 17 Aug 2015 17:02:41 +0530 Subject: [PATCH] CRM-16719: more fixes --- CRM/Report/Form/ActivitySummary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"; } } -- 2.25.1