// Removing attribute 'preselect_country' and use 'default_value' instead

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13531 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-22 14:27:32 +00:00
parent 4e6628cbfd
commit a53e9c5e60
9 changed files with 68 additions and 67 deletions
-1
View File
@@ -160,7 +160,6 @@ class HelperFormCore extends Helper
'form_id' => $this->id,
'fields' => $this->fields_form,
'fields_value' => $this->fields_value,
'default_country' => (int)$this->context->country->id,
'required_fields' => $this->getFieldsRequired(),
'vat_number' => file_exists(_PS_MODULE_DIR_.'vatnumber/ajax.php'),
'module_dir' => _MODULE_DIR_,