diff --git a/module/programplan/model.php b/module/programplan/model.php index 716881a5e9..103ec02b75 100755 --- a/module/programplan/model.php +++ b/module/programplan/model.php @@ -123,7 +123,7 @@ class programplanModel extends model */ public function getPairs($executionID, $productID = 0, $type = 'all') { - $plans = $this->getStage($executionID, $productID, 'all', $orderBy); + $plans = $this->getStage($executionID, $productID, $type); $pairs = array(0 => '');