// Format definitions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11230 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -200,15 +200,6 @@ class AddressCore extends ObjectModel
|
||||
return $out;
|
||||
}
|
||||
|
||||
public function getFields()
|
||||
{
|
||||
$fields = parent::getFields();
|
||||
if (isset($this->id))
|
||||
$fields['id_address'] = (int)$this->id;
|
||||
|
||||
return $fields;
|
||||
}
|
||||
|
||||
public function validateController($htmlentities = true)
|
||||
{
|
||||
$errors = parent::validateController($htmlentities);
|
||||
|
||||
Reference in New Issue
Block a user