Fixed typo in Daily Report, added IDLE and ENGINEERING_DEVELOPMENT to IsInProduction list, and changed unscheduled reactors calculations.
This commit is contained in:
@ -165,6 +165,12 @@ public class ToolEventView
|
||||
if (evnt.ToUpper() == "UP_WITH_INCREASED_SAMPLING")
|
||||
return true;
|
||||
|
||||
if (evnt.ToUpper() == "IDLE")
|
||||
return true;
|
||||
|
||||
if (evnt.ToUpper() == "ENGINEERING_DEVELOPMENT")
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user