B2019-001: ‘Resolved Transition Text’ for transitions going to a section – print only
This commit is contained in:
parent
7a4a8f6242
commit
b96b577892
@ -1001,7 +1001,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
// if this section has the DSS_AddDotZeroStdHLS, then we need to account for this when
|
// if this section has the DSS_AddDotZeroStdHLS, then we need to account for this when
|
||||||
// concatenating text onto the tabs.
|
// concatenating text onto the tabs.
|
||||||
bool hasDotZero = !item.IsProcedure && (item.MyDocStyle.StructureStyle.Style & E_DocStructStyle.DSS_AddDotZeroStdHLS) == E_DocStructStyle.DSS_AddDotZeroStdHLS;
|
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 "";
|
if (item == null) return "";
|
||||||
string sret = "";
|
string sret = "";
|
||||||
switch (item.MyContent.Type / 10000)
|
switch (item.MyContent.Type / 10000)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user