diff --git a/SolarPower/Views/StationReport/Index.cshtml b/SolarPower/Views/StationReport/Index.cshtml index 6159fb9..7cdfc14 100644 --- a/SolarPower/Views/StationReport/Index.cshtml +++ b/SolarPower/Views/StationReport/Index.cshtml @@ -1163,7 +1163,7 @@ } else { /*stb += "" + (avghour / monthday).toFixed(2) + "";*/ - stb += "" + toThousands((monthKWH / GeneratingCapacity).toFixed(2)) + ""; + stb += "" + toThousands((monthKWH / GeneratingCapacity / monthday).toFixed(2)) + ""; stb += "" + toThousands((monthKWH / monthday).toFixed(2)) + ""; stb += "" + toThousands(monthKWH.toFixed(2)) + ""; stb += "" + toThousands(GeneratingCapacity.toFixed(2)) + "";