Calvert: for notes/cautions check for exact step type for grouping & bulleting notes/cautions

This commit is contained in:
Kathy Ruffing 2014-11-04 11:55:56 +00:00
parent 6b7af8bbe1
commit 2d0fdc81e0

View File

@ -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;