diff --git a/src/controllers/PositionController.ts b/src/controllers/PositionController.ts index 683641b5..a64aab3c 100644 --- a/src/controllers/PositionController.ts +++ b/src/controllers/PositionController.ts @@ -3435,6 +3435,7 @@ export class PositionController extends Controller { orgChild2Id: posMaster.orgChild2Id, orgChild3Id: posMaster.orgChild3Id, orgChild4Id: posMaster.orgChild4Id, + isCondition: posMaster.isCondition, posMasterNoPrefix: posMaster.posMasterNoPrefix, posMasterNo: posMaster.posMasterNo, posMasterNoSuffix: posMaster.posMasterNoSuffix, @@ -3672,6 +3673,7 @@ export class PositionController extends Controller { orgChild2Id: posMaster.orgChild2Id, orgChild3Id: posMaster.orgChild3Id, orgChild4Id: posMaster.orgChild4Id, + isCondition: posMaster.isCondition, posMasterNoPrefix: posMaster.posMasterNoPrefix, posMasterNo: posMaster.posMasterNo, posMasterNoSuffix: posMaster.posMasterNoSuffix,