fix
This commit is contained in:
parent
912a8237e6
commit
b86e623d16
1 changed files with 1 additions and 1 deletions
|
|
@ -2014,7 +2014,7 @@ export class EmployeePositionController extends Controller {
|
||||||
}
|
}
|
||||||
await this.employeePosMasterRepository.update(id, {
|
await this.employeePosMasterRepository.update(id, {
|
||||||
isSit: false,
|
isSit: false,
|
||||||
next_holderId: null,
|
current_holderId: null,
|
||||||
});
|
});
|
||||||
|
|
||||||
dataMaster.positions.forEach(async (position) => {
|
dataMaster.positions.forEach(async (position) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue