// Fix customer filter on adminorders

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17799 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-10-08 13:23:22 +00:00
parent 507c8ff9c7
commit e77bcda56a
+1 -1
View File
@@ -89,7 +89,7 @@ class AdminOrdersControllerCore extends AdminController
),
'customer' => array(
'title' => $this->l('Customer'),
'tmpTableFilter' => true
'havingFilter' => true,
),
'total_paid_tax_incl' => array(
'title' => $this->l('Total'),