[-] BO: Fix AdminCustomerThread filters

This commit is contained in:
rGaillard
2012-02-09 09:43:33 +00:00
parent 270f64c3be
commit 94e668de1f
@@ -115,7 +115,8 @@ class AdminCustomerThreadsControllerCore extends AdminController
),
'date_upd' => array(
'title' => $this->l('Last message'),
'width' => 90
'width' => 90,
'havingFilter' => true
)
);