From 32f91334a282aaf36a0cf77fa07b679078732a38 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Sat, 26 Nov 2011 22:59:20 +0000 Subject: [PATCH] // --- 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'), )); }