This commit is contained in:
AdisakKanthawilang 2025-09-09 11:26:55 +07:00
parent 8888d2f27c
commit 45922287ea
2 changed files with 4 additions and 4 deletions

View file

@ -3555,7 +3555,7 @@ export class CommandController extends Controller {
}
})
if (curPosMaster && clearProfile.LeaveType != "RETIRE_OUT_EMP") {
await CreatePosMasterHistoryOfficer(curPosMaster.id, req);
await CreatePosMasterHistoryOfficer(curPosMaster.id, req, "DELETE");
}
}