Fixed stack overflow issue editing Enhanced Document B2016-252

This commit is contained in:
John Jenko 2016-11-03 13:04:56 +00:00
parent e21146f687
commit 5c860d3bd7

View File

@ -4289,7 +4289,7 @@ namespace VEPROMS.CSLA.Library
}
// For VC Summer Unit 2 & 3 (vcb formats) include step number in Note & Caution header
if (FormatStepData.TabData.IncludeStepNum && MyHeader != null && MyParent != null)
if (FormatStepData.TabData.IncludeStepNum && _MyHeader != null && MyParent != null) // B2016-252 changed MyHeader to _Myheader to fix stack overflow during enhanced document editing
{
if (MyParent.CombinedTab != null)
{