// Customer fix

This commit is contained in:
Jerome Nadaud
2013-09-18 17:05:16 +02:00
parent 64f1ba1e08
commit 4413d04525
7 changed files with 13 additions and 7 deletions
@@ -58,7 +58,9 @@ class AdminCustomerThreadsControllerCore extends AdminController
$this->fields_list = array(
'id_customer_thread' => array(
'title' => $this->l('ID')
'title' => $this->l('ID'),
'align' => 'center',
'class' => 'fixed-width-xs'
),
'customer' => array(
'title' => $this->l('Customer'),