Skip to content
Snippets Groups Projects
Unverified Commit 050e9495 authored by eileen's avatar eileen :8ball: Committed by GitHub
Browse files

Merge pull request #13402 from pradpnayak/ReportDelete

Donot show delete task option on create new report
parents 827c5342 3f501e5e
No related branches found
No related tags found
No related merge requests found
......@@ -1633,6 +1633,7 @@ class CRM_Report_Form extends CRM_Core_Form {
)),
),
);
unset($actions['report_instance.delete']);
}
if (!$this->_csvSupported) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment