Fix Excel export for Log with the new VehiclePreviousLog property

This commit is contained in:
2012-12-07 21:38:21 -05:00
parent 3272dd7975
commit dc77c3d84a
+1
View File
@@ -36,6 +36,7 @@ namespace MileageTraker.Web.Utility
var properties =
typeof(T).GetProperties()
.Where(p => !p.PropertyType.IsCollection())
.Where(p => !p.Name.Contains("PreviousLog"))
.ToList();
properties.Zip(