// Rename fieldsDisplay to fields_list part3 (timeout)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14378 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -40,7 +40,7 @@ class AdminTaxRulesGroupControllerCore extends AdminController
|
||||
|
||||
$this->context = Context::getContext();
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
$this->fields_list = array(
|
||||
'id_tax_rules_group' => array(
|
||||
'title' => $this->l('ID'),
|
||||
'width' => 25
|
||||
@@ -82,7 +82,7 @@ class AdminTaxRulesGroupControllerCore extends AdminController
|
||||
$this->toolbar_btn = null;
|
||||
$this->list_no_link = true;
|
||||
|
||||
$this->fieldsDisplay = array(
|
||||
$this->fields_list = array(
|
||||
'country_name' => array(
|
||||
'title' => $this->l('Country'),
|
||||
'width' => 140
|
||||
|
||||
Reference in New Issue
Block a user