Skip to content

Commit

Permalink
Donot show delete task option on create new report
Browse files Browse the repository at this point in the history
  • Loading branch information
pradpnayak committed Jan 4, 2019
1 parent 621f12d commit 3f501e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Report/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -1633,6 +1633,7 @@ protected function getActions($instanceId) {
)),
),
);
unset($actions['report_instance.delete']);
}

if (!$this->_csvSupported) {
Expand Down

0 comments on commit 3f501e5

Please sign in to comment.