diff --git a/module/kanban/control.php b/module/kanban/control.php index 1070aef18e..ad818eafd1 100644 --- a/module/kanban/control.php +++ b/module/kanban/control.php @@ -1197,6 +1197,7 @@ class kanban extends control $pager = new pager($recTotal, $recPerPage, $pageID); $productPairs = $this->product->getPairs('', 0, '', 'all'); + $productPairs = array($this->lang->kanban->allProducts) + $productPairs; $selectedProductID = empty($selectedProductID) ? key($productPairs) : $selectedProductID; /* Waterfall project has no plan. */