Added R52 and R54 together for Hot WO's running.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user