diff --git a/module/execution/control.php b/module/execution/control.php index ec5fdb6b35..b981787d00 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -125,7 +125,7 @@ class execution extends control /* Get products by execution. */ $execution = $this->commonAction($executionID, $status); - if($execution->type == 'kanban') $this->locate($this->createLink('execution', 'kanban', "executionID=$executionID")); + if($execution->type == 'kanban') $this->locate($this->createLink('execution', 'kanban', "executionID=$execution->id")); $executionID = $execution->id; $products = $this->product->getProductPairsByProject($executionID);