* Repair error.

This commit is contained in:
leiyong
2021-04-12 04:59:25 +03:00
parent 6f46353bd2
commit 2220d9493a
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -78,6 +78,7 @@ class product extends control
public function project($status = 'all', $productID = 0, $branch = 0, $involved = 0)
{
$this->app->loadLang('execution');
$this->app->loadLang('project');
$this->product->setMenu($productID, $branch);
-1
View File
@@ -436,7 +436,6 @@ class productModel extends model
}
if($currentMethod == 'report') $currentMethod = 'browse';
$this->app->loadLang('project');
$currentProductName = $this->lang->product->common;
if($productID)
{