B2022-004: BNPP1new, BNPP2, BNPPalr - Crash when adding transition to Parent/Child Procedure & support for PC proc transitions
This commit is contained in:
@@ -6969,6 +6969,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _AdjustStepTransitionText, "@AdjustStepTransitionText");
|
||||
}
|
||||
}
|
||||
//ProcLevelPCPC
|
||||
private LazyLoad<bool> _ProcLevelPCPC;
|
||||
public bool ProcLevelPCPC // B2022-004: Remove Proc PC/PC token from transition text
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ProcLevelPCPC, "@ProcLevelPCPC");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region TransType
|
||||
|
Reference in New Issue
Block a user