[-] BO : BugFix : #PSTEST-934 : Employee creation : language selected is from context now

This commit is contained in:
vChabot
2012-03-01 16:49:08 +00:00
parent a7e74fb10d
commit 5649cb2dba
@@ -304,6 +304,7 @@ class AdminEmployeesControllerCore extends AdminController
);
$this->fields_value['passwd'] = false;
$this->fields_value['id_lang'] = $this->context->language->id;
return parent::renderForm();
}