B2022-002: BNPP1new - Step and section text printing into the INITIAL column

This commit is contained in:
2022-01-12 15:29:45 +00:00
parent 0ddd9b92a8
commit 43a1df66d0
2 changed files with 18 additions and 0 deletions

View File

@@ -2659,6 +2659,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _TurnOffReplaceWords, "@TurnOffReplaceWords");
}
}
// B2022-002: Section text is printing into the INITIAL column (BNPP1new)
private LazyLoad<bool> _AdjWidthForCheckOff;
public bool AdjWidthForCheckOff
{
get
{
return LazyLoad(ref _AdjWidthForCheckOff, "@AdjWidthForCheckOff");
}
}
}
#endregion
#region SectionNumber