[-] BO: Fix AdminCustomerThread filters

This commit is contained in:
rGaillard
2012-02-09 09:43:33 +00:00
parent 18982e21f9
commit df38cb2d17

View File

@@ -115,7 +115,8 @@ class AdminCustomerThreadsControllerCore extends AdminController
),
'date_upd' => array(
'title' => $this->l('Last message'),
'width' => 90
'width' => 90,
'havingFilter' => true
)
);