This commit is contained in:
AdisakKanthawilang 2024-03-15 14:23:26 +07:00
parent 912a8237e6
commit b86e623d16

View file

@ -2014,7 +2014,7 @@ export class EmployeePositionController extends Controller {
}
await this.employeePosMasterRepository.update(id, {
isSit: false,
next_holderId: null,
current_holderId: null,
});
dataMaster.positions.forEach(async (position) => {