diff --git a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml index 25e4510..5e654dc 100644 --- a/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml +++ b/ReportingServices.UI/Views/ProductionReport/DailyReport.cshtml @@ -88,13 +88,11 @@ weekly = string.Join(", ", rpt.WeeklyPartChanges.Split(',')); weeklyPartChanges = @rpt.WeeklyPartChanges.Split(',').Length; } - - }
  • Bottle Change (@bottleChanges): @bottle
  • Daily Part Changes (@dailyPartChanges): @daily
  • Weekly Part Changes (@weeklyPartChanges): @weekly
  • -
  • Red Hot Work Orders (@Model.CurrentHotWORunning.Count()): @string.Join(", ", Model.CurrentHotWORunning)
  • +
  • Hot Work Orders (@Model.CurrentHotWORunning.Count()): @string.Join(", ", Model.CurrentHotWORunning)

  • Edit