git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10688 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2011-11-26 22:59:20 +00:00
parent 3a5a061717
commit ad0cd8e356
+2 -1
View File
@@ -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'),
));
}