test
This commit is contained in:
parent
6de0acd9df
commit
2a542e9f5c
1 changed files with 2 additions and 0 deletions
|
|
@ -3706,6 +3706,8 @@ export class CommandController extends Controller {
|
||||||
profile.isActive = true;
|
profile.isActive = true;
|
||||||
}
|
}
|
||||||
await this.profileRepository.save(profile);
|
await this.profileRepository.save(profile);
|
||||||
|
console.log("item>>>", item);
|
||||||
|
console.log("clearProfile.LeaveType >>>", clearProfile.LeaveType );
|
||||||
if (item.posmasterId && clearProfile.LeaveType != "RETIRE_OUT_EMP") {
|
if (item.posmasterId && clearProfile.LeaveType != "RETIRE_OUT_EMP") {
|
||||||
await CreatePosMasterHistoryOfficer(item.posmasterId, req);
|
await CreatePosMasterHistoryOfficer(item.posmasterId, req);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue