Merge branch 'develop' into adiDev
This commit is contained in:
commit
d9a730e6c6
2 changed files with 40 additions and 34 deletions
|
|
@ -2972,8 +2972,9 @@ export class PositionController extends Controller {
|
|||
//Check All Branch
|
||||
const orgRevision = await this.orgRevisionRepository.findOne({
|
||||
where: {
|
||||
orgRevisionIsDraft: true,
|
||||
orgRevisionIsCurrent: false,
|
||||
// orgRevisionIsDraft: true,
|
||||
// orgRevisionIsCurrent: false,
|
||||
id: posMaster.orgRevisionId
|
||||
},
|
||||
});
|
||||
const _orgRoot = await this.orgRootRepository.find({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue