Merge branch '15.0.beta3' of http://gitlab.zcorp.cc/easycorp/zentaopms into 15.0.beta3

This commit is contained in:
holan20180123
2021-04-12 10:14:34 +08:00
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)
{