B2019-001: ‘Resolved Transition Text’ for transitions going to a section – print only

This commit is contained in:
Kathy Ruffing 2019-01-07 16:34:52 +00:00
parent 7a4a8f6242
commit b96b577892

View File

@ -1001,7 +1001,7 @@ namespace VEPROMS.CSLA.Library
// if this section has the DSS_AddDotZeroStdHLS, then we need to account for this when
// concatenating text onto the tabs.
bool hasDotZero = !item.IsProcedure && (item.MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_AddDotZeroStdHLS) == E_DocStructStyle.DSS_AddDotZeroStdHLS;
hasDotZero |= item.MyHLS.FormatStepData.AppendDotZero; // F2018-022 Added step type flag to append a ".0" to the end of the high level step - put in for Westinghouse single column format (wst1)
if (item.IsStep) hasDotZero |= item.MyHLS.FormatStepData.AppendDotZero; // F2018-022 Added step type flag to append a ".0" to the end of the high level step - put in for Westinghouse single column format (wst1)
if (item == null) return "";
string sret = "";
switch (item.MyContent.Type / 10000)