* Init products.

This commit is contained in:
holan20180123
2020-11-19 17:19:55 +08:00
parent b9d0d22ada
commit 4d842f4ec7
-1
View File
@@ -435,7 +435,6 @@ class bug extends control
if(empty($moduleOptionMenu)) die(js::locate(helper::createLink('tree', 'browse', "productID=$productID&view=story")));
$productList = $this->product->getOrderedProducts('all', 40, $this->session->PRJ);
$products = array();
foreach($productList as $product) $products[$product->id] = $product->name;
/* Set custom. */