* Finish task #8497.

This commit is contained in:
holan20180123
2020-11-25 15:07:12 +08:00
parent 18ee52ff86
commit 01cdb9ca79
7 changed files with 1 additions and 444 deletions
+1
View File
@@ -26,6 +26,7 @@ class projectrelease extends control
parent::__construct($moduleName, $methodName);
$products = array();
$this->loadModel('product');
$this->loadModel('release');
$this->view->products = $this->products = $this->product->getProductPairsByProject($this->session->PRJ);
}