[*] BO #PSFV-94 : Added AdminCarrierController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9462 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
lLefevre
2011-10-19 14:34:37 +00:00
parent af9dc8707a
commit 2f9e2b313f
13 changed files with 530 additions and 440 deletions
+2 -2
View File
@@ -112,7 +112,7 @@ class HelperOptionsCore extends Helper
// Is at least one required field present?
if (isset($field['required']) && $field['required'])
$required_fields = true;
$this->required = true;
}
// Assign the modifications back to parent array
$option_list[$category] = $category_data;
@@ -122,7 +122,7 @@ class HelperOptionsCore extends Helper
'current' => $this->currentIndex,
'option_list' => $option_list,
'current_id_lang' => $this->context->language->id,
'required_fields' => $required_fields,
'required_fields' => $this->required,
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/'.$this->tpl);
}