Compare commits

...

2 Commits

Author SHA1 Message Date
350b943066 Merge pull request 'B2023-091: Vogtle Alarms pagination fix' (#109) from VogtleWork into Development
passed the code review
2023-08-30 14:09:40 -04:00
Kathy Ruffing
3a6b1adc47 B2023-091: Vogtle Alarms pagination fix 2023-08-30 10:22:49 -04:00

View File

@@ -7098,7 +7098,7 @@ namespace Volian.Print.Library
//if (paraLoc.MyParagraph.MyItemInfo.MyPrevious == null) // First substep
level = 0;
else
level = AlarmPagination?3:1; // B2023-088 make it easier to break on a sequential for alarms
level = 1; // AlarmPagination?3:1; // B2023-091: backout B2023-088 make it easier to break on a sequential for alarms
}
else if (AlarmPagination && paraLoc.MyParagraph.MyItemInfo.IsSubStep)
{