diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 5670d395..f4208e5d 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -4716,7 +4716,8 @@ export class CommandController extends Controller { const _posMaster = await this.employeePosMasterRepository.findOne({ where: { orgRevisionId: orgRevision?.id, - current_holderId: profile.id + id: profile.posmasterIdTemp + // current_holderId: profile.id }, relations: { orgRoot: true,