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; } - - }