diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index cd0785e4..fc9eebde 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -3706,6 +3706,8 @@ export class CommandController extends Controller { profile.isActive = true; } await this.profileRepository.save(profile); + console.log("item>>>", item); + console.log("clearProfile.LeaveType >>>", clearProfile.LeaveType ); if (item.posmasterId && clearProfile.LeaveType != "RETIRE_OUT_EMP") { await CreatePosMasterHistoryOfficer(item.posmasterId, req); }