// 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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user