Added SpecialCaseWestinghouse flag
Added SpecialCaseWestinghouse flag to prevent using logic that cause the sub-section to print in the page header
This commit is contained in:
@@ -745,6 +745,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _PagelistChangeIDsWithCommas, "@PagelistChangeIDsWithCommas");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _SpecialCaseWestinghouse;
|
||||
public bool SpecialCaseWestinghouse
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SpecialCaseWestinghouse, "@SpecialCaseWestinghouse");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region VersionIdText
|
||||
|
Reference in New Issue
Block a user