[-] BO: Fix AdminCustomerThread filters

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13165 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-02-09 09:43:33 +00:00
parent b986f8e005
commit 8714b3253f
@@ -115,7 +115,8 @@ class AdminCustomerThreadsControllerCore extends AdminController
),
'date_upd' => array(
'title' => $this->l('Last message'),
'width' => 90
'width' => 90,
'havingFilter' => true
)
);