Added R52 and R54 together for Hot WO's running.

This commit is contained in:
Daniel Wathen 2023-06-21 10:09:08 -07:00
parent 93c8554d7f
commit 32182e8f7c

View File

@ -199,6 +199,9 @@ public static class DailyReportHelper
if (report.CurrentHotWORunning.Contains("R48")) if (report.CurrentHotWORunning.Contains("R48"))
report.CurrentHotWORunning.Add("R50"); report.CurrentHotWORunning.Add("R50");
if (report.CurrentHotWORunning.Contains("R52"))
report.CurrentHotWORunning.Add("R54");
report.CurrentHotWORunning.Sort(); report.CurrentHotWORunning.Sort();
report.CompletedDailyPartChanges = task8.Result; report.CompletedDailyPartChanges = task8.Result;