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 479cb1670c..1dfb9becd2 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -1633,6 +1633,7 @@ class CRM_Report_Form extends CRM_Core_Form { )), ), ); + unset($actions['report_instance.delete']); } if (!$this->_csvSupported) { -- 2.25.1