diff --git a/module/doc/control.php b/module/doc/control.php index 8baf45dd3f..3129558e65 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -962,6 +962,7 @@ class doc extends control $docs = $this->dao->select('id, title')->from(TABLE_DOC) ->where('lib')->eq($libID) ->andWhere('deleted')->eq(0) + ->andWhere('status')->eq('normal') ->andWhere('id')->in($docIdList) ->orderBy('`order` asc') ->fetchPairs();