From 3f501e5e4d21ace6d82821201edbf2961cfaada7 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Fri, 4 Jan 2019 15:51:08 +0000 Subject: [PATCH] Donot show delete task option on create new report --- CRM/Report/Form.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 479cb1670c1e..1dfb9becd23c 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -1633,6 +1633,7 @@ protected function getActions($instanceId) { )), ), ); + unset($actions['report_instance.delete']); } if (!$this->_csvSupported) {