Initial check in of formats for Vogtle Units 2 and 3
This commit is contained in:
@@ -8067,7 +8067,8 @@ namespace VEPROMS.CSLA.Library
|
||||
private string GetSectionTab(bool underline)
|
||||
{
|
||||
if (DisplayNumber == null || DisplayNumber == "" || !IsStepSection) return DisplayNumber;
|
||||
if (MyDocStyle.SpecialStepsFoldout) return DisplayNumber;
|
||||
// added DontParseSectionNumber flag so that the section number is used as is
|
||||
if (MyDocStyle.SpecialStepsFoldout || MyDocStyle.DontParseSectionNumber) return DisplayNumber;
|
||||
if (ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.StepSectionLayoutData.TieTabToLevel)
|
||||
{
|
||||
if (underline)
|
||||
|
Reference in New Issue
Block a user