* Fix create project link product logic.

This commit is contained in:
Yagami
2020-11-10 13:13:06 +08:00
parent b12cf02ef0
commit 35b0c16a06
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1457,7 +1457,7 @@ class program extends control
$this->loadModel('product');
$project = $this->project->getById($projectID);
$programID = $this->program->getPRJProgramID($projectID);
$programID = $this->program->getTopProgramID($projectID);
/* Title and position. */
$title = $this->lang->project->manageProducts . $this->lang->colon . $project->name;