diff --git a/module/doc/model.php b/module/doc/model.php index a41c79e33d..e68a6cddb0 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -178,7 +178,7 @@ class docModel extends model ->andWhere() ->markLeft(1) ->where('`type`')->eq('custom') - ->orWhere('project')->in($executionIdList) + ->orWhere('execution')->in($executionIdList) ->orWhere('product')->in($productIdList) ->markRight(1) ->orderBy('id_desc')