B2022-004: BNPP1new, BNPP2, BNPPalr - Crash when adding transition to Parent/Child Procedure & support for PC proc transitions

This commit is contained in:
2022-01-10 16:36:08 +00:00
parent 82fceaff2d
commit 2b32b245a4
3 changed files with 22 additions and 0 deletions

View File

@@ -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