From df38cb2d175705fe8685d02f303f4dc99f5abd6d Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 9 Feb 2012 09:43:33 +0000 Subject: [PATCH] [-] BO: Fix AdminCustomerThread filters --- 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 ) );