diff --git a/module/common/model.php b/module/common/model.php index bd2c824dc7..44ce4a2e55 100644 --- a/module/common/model.php +++ b/module/common/model.php @@ -2438,6 +2438,7 @@ EOD; if($module == 'company' and $method == 'dynamic') return true; if($module == 'action' and $method == 'editcomment') return true; if($module == 'action' and $method == 'comment') return true; + if($module == 'report' and $method == 'export') return true; if(!isset($acls['views'][$menu])) return false; return true;