// fix position in list for products, product images. still need to fix display after change position product images
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10302 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -58,7 +58,8 @@ class AdminProductsController extends AdminController
|
||||
$this->duplicate = true;
|
||||
$this->imageType = 'jpg';
|
||||
$this->context = Context::getContext();
|
||||
|
||||
$this->_defaultOrderBy = 'position';
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
'id_product' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 20),
|
||||
'image' => array('title' => $this->l('Photo'), 'align' => 'center', 'image' => 'p',
|
||||
|
||||
Reference in New Issue
Block a user