diff --git a/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs b/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs index 17f0034..5d77668 100644 --- a/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs +++ b/ReportingServices.Shared/ViewModels/ProductionReport/ToolEventView.cs @@ -171,6 +171,9 @@ public class ToolEventView if (evnt.ToUpper() == "ENGINEERING_DEVELOPMENT") return true; + if (evnt.ToUpper() == "WAITING_FOR_ENGINEER_SCHEDULED") + return true; + return false; } diff --git a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml index aec222e..c41987b 100644 --- a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml +++ b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml @@ -307,7 +307,8 @@