diff --git a/ReportingServices.Shared/HelperClasses/DailyReportHelper.cs b/ReportingServices.Shared/HelperClasses/DailyReportHelper.cs index 0c93215..fbb7130 100644 --- a/ReportingServices.Shared/HelperClasses/DailyReportHelper.cs +++ b/ReportingServices.Shared/HelperClasses/DailyReportHelper.cs @@ -199,6 +199,9 @@ public static class DailyReportHelper if (report.CurrentHotWORunning.Contains("R48")) report.CurrentHotWORunning.Add("R50"); + if (report.CurrentHotWORunning.Contains("R52")) + report.CurrentHotWORunning.Add("R54"); + report.CurrentHotWORunning.Sort(); report.CompletedDailyPartChanges = task8.Result;