Calvert: for notes/cautions check for exact step type for grouping & bulleting notes/cautions
This commit is contained in:
parent
6b7af8bbe1
commit
2d0fdc81e0
@ -3437,7 +3437,7 @@ namespace VEPROMS.CSLA.Library
|
||||
// for calvert alarms, if there is a note and a warning, these are both 'IsNote', but they
|
||||
// have different tabs, so we want the mix to be true so that the tab code handles the
|
||||
// tabbing correctly.
|
||||
if (ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvertAlarm)
|
||||
if (ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvertAlarm || ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvert)
|
||||
{
|
||||
if (MyPrevious != null && MyContent.Type != MyPrevious.MyContent.Type) return false;
|
||||
if (GetNextItem() != null && MyContent.Type != GetNextItem().MyContent.Type) return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user