|
@@ -199,7 +199,7 @@ class Product extends Backend
|
|
|
}
|
|
|
$this->view->assign("row", $row);
|
|
|
|
|
|
- $this->view->assign('categoryList', $this->build_category_select('row[category_id]', 'product' ,$row->category_id));
|
|
|
+// $this->view->assign('categoryList', $this->build_category_select('row[category_id]', 'product' ,$row->category_id));
|
|
|
|
|
|
return $this->view->fetch();
|
|
|
}
|