diff --git a/src/controllers/ProfileEmployeeController.ts b/src/controllers/ProfileEmployeeController.ts index 6134d718..7aa8180b 100644 --- a/src/controllers/ProfileEmployeeController.ts +++ b/src/controllers/ProfileEmployeeController.ts @@ -296,6 +296,7 @@ export class ProfileEmployeeController extends Controller { posTypeId: _data.posType == null ? null : _data.posType.id, position: _data.position, posNo: shortName, + employeeClass: _data.employeeClass == null ? null : _data.employeeClass }; }), );