From ad0cd8e356d7c5fd0e37cbffbd941ee63ee49820 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Sat, 26 Nov 2011 22:59:20 +0000 Subject: [PATCH] // git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10688 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminSearchController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminSearchController.php b/controllers/admin/AdminSearchController.php index 14e7dea11..d684f414d 100644 --- a/controllers/admin/AdminSearchController.php +++ b/controllers/admin/AdminSearchController.php @@ -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'), )); }