// Fix #PSFV-48
This commit is contained in:
+1
-1
@@ -97,7 +97,7 @@ class StoreCore extends ObjectModel
|
||||
|
||||
public function getFields()
|
||||
{
|
||||
parent::validateFields();
|
||||
$this->validateFields();
|
||||
|
||||
$fields['id_country'] = (int)($this->id_country);
|
||||
$fields['id_state'] = (int)($this->id_state);
|
||||
|
||||
Reference in New Issue
Block a user