//
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10688 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -203,7 +203,8 @@ class AdminSearchControllerCore extends AdminController
|
||||
'manufacturer_name' => array('title' => $this->l('Manufacturer'), 'align' => 'center'),
|
||||
'reference' => array('title' => $this->l('Reference'), 'align' => 'center'),
|
||||
'name' => array('title' => $this->l('Name')),
|
||||
'price' => array('title' => $this->l('Price'), 'align' => 'right', 'type' => 'price'),
|
||||
'price_tax_excl' => array('title' => $this->l('Price tax excl'), 'align' => 'right', 'type' => 'price'),
|
||||
'price_tax_incl' => array('title' => $this->l('Price tax incl'), 'align' => 'right', 'type' => 'price'),
|
||||
'status' => array('title' => $this->l('Status'), 'align' => 'center'),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user