// Rename fieldsDisplay to fields_list part3 (timeout)

This commit is contained in:
tDidierjean
2012-03-29 16:31:01 +00:00
parent ba2abcd990
commit ad1d630fd6
26 changed files with 62 additions and 62 deletions
@@ -43,7 +43,7 @@ class AdminSuppliersControllerCore extends AdminController
$this->fieldImageSettings = array('name' => 'logo', 'dir' => 'su');
$this->fieldsDisplay = array(
$this->fields_list = array(
'id_supplier' => array('title' => $this->l('ID'), 'align' => 'center', 'width' => 25),
'logo' => array('title' => $this->l('Logo'), 'width' => 150, 'align' => 'center', 'image' => 'su', 'orderby' => false, 'search' => false),
'name' => array('title' => $this->l('Name'), 'width' => 'auto'),