diff --git a/modules/AOW_WorkFlow/aow_utils.php b/modules/AOW_WorkFlow/aow_utils.php index a380b340885..c8841b6cc6b 100755 --- a/modules/AOW_WorkFlow/aow_utils.php +++ b/modules/AOW_WorkFlow/aow_utils.php @@ -77,6 +77,11 @@ function getModuleFields( $mod = new $beanList[$module](); foreach ($mod->field_defs as $name => $arr) { if (ACLController::checkAccess($mod->module_dir, 'list', true)) { + if ($_REQUEST['module'] === 'AOR_Reports' + && (isset($arr['reportable']) && $arr['reportable'] === false)) { + continue; + } + if (array_key_exists($mod->module_dir, $blockedModuleFields)) { if (in_array( $arr['name'],