diff --git a/module/bug/model.php b/module/bug/model.php index dfa2828be7..9689f7870f 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -130,6 +130,7 @@ class bugModel extends model ->where('status')->eq('active') ->andWhere('toTask')->eq(0) ->andWhere('product')->in($products) + ->andWhere('deleted')->eq(0) ->orderBy('id desc') ->page($pager) ->fetchAll();