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