B2022-002: BNPP1new - Step and section text printing into the INITIAL column
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user