diff --git a/CRM/Case/Form/CaseView.php b/CRM/Case/Form/CaseView.php index 7f8676833931..511972934290 100644 --- a/CRM/Case/Form/CaseView.php +++ b/CRM/Case/Form/CaseView.php @@ -104,12 +104,6 @@ public function preProcess() { $this->_caseType = $caseTypeName; $this->assign('caseDetails', $this->_caseDetails); - $reportUrl = CRM_Utils_System::url('civicrm/case/report', - "reset=1&cid={$this->_contactID}&caseid={$this->_caseID}&asn=", - FALSE, NULL, FALSE - ); - $this->assign('reportUrl', $reportUrl); - // add to recently viewed $url = CRM_Utils_System::url('civicrm/contact/view/case',