* Finish task #43899.

This commit is contained in:
hufangzhou
2021-11-08 16:44:42 +08:00
parent e384b3be5f
commit c027028759
+2
View File
@@ -25,6 +25,8 @@ class productplan extends control
$product = $this->loadModel('product')->getById($productID);
if(empty($product)) $this->locate($this->createLink('product', 'create'));
$this->lang->product->branch = sprintf($this->lang->product->branch, $this->lang->product->branchName[$product->type]);
$this->app->loadConfig('execution');
$this->product->setMenu($productID, $branch);
$this->session->set('currentProductType', $product->type);