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) {