// Fix list title

This commit is contained in:
Jerome Nadaud
2013-10-24 17:18:14 +02:00
parent c39a74e479
commit ea7b8b175e
@@ -137,7 +137,7 @@ class AdminFeaturesControllerCore extends AdminController
}
$this->feature_name = $obj->name;
$this->toolbar_title = $this->feature_name;
$this->toolbar_title = $this->feature_name[$this->context->employee->id_lang];
$this->fields_list = array(
'id_feature_value' => array(
'title' => $this->l('ID'),