B2022-003: BNPPalr - line spacing inconsistency between Explicit And & sub-steps

This commit is contained in:
2022-01-06 16:42:01 +00:00
parent 8fae5f6b31
commit 653a504234
2 changed files with 11 additions and 0 deletions

View File

@@ -6102,6 +6102,14 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _Justify, "StepPrintData/@Justify");
}
}
private LazyLoad<bool> _BlankAfterSubWithSub;
public bool BlankAfterSubWithSub // B2022-003: BNPP Alarms (BNPPalr) - incorrect line spacing for substeps off substeps.
{
get
{
return LazyLoad(ref _BlankAfterSubWithSub, "StepPrintData/@BlankAfterSubWithSub");
}
}
}
#endregion
#region TypeMenu