* Change stages to plans of var name.

This commit is contained in:
wangyidong
2024-06-20 15:15:39 +08:00
committed by 田淑杰
parent 7c833b732f
commit b853b1fd01
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -66,10 +66,10 @@ class programplan extends control
if($this->session->hasProduct) $this->lang->modulePageNav = $this->product->select($products, $productID, 'programplan', 'browse', $type, 0, false);
/* Generate stage list page data. */
$stages = $this->programplanZen->buildStages($projectID, $productID, $baselineID, $type, $orderBy);
$plans = $this->programplanZen->buildStages($projectID, $productID, $baselineID, $type, $orderBy);
/* Build gantt browse view. */
$this->programplanZen->buildBrowseView($projectID, $productID, $stages, $type, $orderBy);
$this->programplanZen->buildBrowseView($projectID, $productID, $plans, $type, $orderBy);
}
/**