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:
parent
2f2eebd42d
commit
edf20f8a2c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user