[-] BO ; Fix bug #PSCFV-10393 manufacturer filter

This commit is contained in:
Jerome Nadaud
2013-09-13 15:39:30 +02:00
parent 5363e75238
commit 97ec6341e8
@@ -140,7 +140,7 @@ class AdminManufacturersControllerCore extends AdminController
'lastname' => array(
'title' => $this->l('Last name'),
'width' => 100,
'filter_key' => 'a!name'
'filter_key' => 'a!lastname'
),
'postcode' => array(
'title' => $this->l('Zip Code/Postal Code'),