Update existing reports, removing mileage drill down

This commit is contained in:
2015-10-23 12:13:09 -04:00
parent 25fb070701
commit 7933632cfb
8 changed files with 98 additions and 61 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ namespace MileageTraker.Web.ViewModels
public int TripCount
{
get { return VehicleMileageItems.Sum(i => i.LogPairs.Count()); }
get { return VehicleMileageItems.Sum(i => i.TripCount); }
}
}
}