From 8714b3253f0a5f8d3bb317545b10913b4626ea9b Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 9 Feb 2012 09:43:33 +0000 Subject: [PATCH] [-] BO: Fix AdminCustomerThread filters git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13165 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCustomerThreadsController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminCustomerThreadsController.php b/controllers/admin/AdminCustomerThreadsController.php index 55857d934..fca134266 100644 --- a/controllers/admin/AdminCustomerThreadsController.php +++ b/controllers/admin/AdminCustomerThreadsController.php @@ -115,7 +115,8 @@ class AdminCustomerThreadsControllerCore extends AdminController ), 'date_upd' => array( 'title' => $this->l('Last message'), - 'width' => 90 + 'width' => 90, + 'havingFilter' => true ) );