diff --git a/module/kanban/control.php b/module/kanban/control.php index 8f34642c83..3e2f40556a 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -1271,7 +1271,7 @@ class kanban extends control foreach($productPairs as $id => $name) { - if(isset($excludeProducts[$id])) unset($productPairs[$id]); + if(isset($kanbanProducts[$id])) unset($productPairs[$id]); } $this->view->products = array($this->lang->kanban->allProducts) + $productPairs;