Use the Print tab (IdentPrint) to determine if ‘, step’ should be added in resolved text, rather than edit tab (IdentEdit). This fix is for Calloway.
This commit is contained in:
@@ -531,7 +531,8 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
int nxtTokenE = tb._TransFormat.IndexOf("}", nxtTokenS);
|
||||
string nxtToken = tb._TransFormat.Substring(nxtTokenS, nxtTokenE - nxtTokenS + 1);
|
||||
tb.SectNumWithStepNum = tb._ToItem.IsStep && nxtToken.Contains("Step") && tb._ToItem.MyHLS.FormatStepData.TabData.IdentEdit.Contains("{Section Prefix}");
|
||||
tb.SectNumWithStepNum = tb._ToItem.IsStep && nxtToken.Contains("Step")
|
||||
&& tb._ToItem.MyHLS.FormatStepData.TabData.IdentPrint.Contains("{Section Prefix}");
|
||||
}
|
||||
}
|
||||
if (token == "{.}" && tb._ToItem.ItemID == tb._RangeItem.ItemID)
|
||||
|
Reference in New Issue
Block a user