Replace more Employee with Driver

This commit is contained in:
2013-02-11 14:45:06 -05:00
parent e6d911cb05
commit 36e277a442
8 changed files with 12 additions and 14 deletions
-2
View File
@@ -19,8 +19,6 @@ namespace MileageTraker.Web.ViewModels.Log
public string CityName { get; set; }
//public string EmployeeName { get; set; }
public virtual Models.User User { get; set; }
public double GasPurchased { get; set; }
+2 -2
View File
@@ -22,8 +22,8 @@ namespace MileageTraker.Web.ViewModels.Log
public string CityName { get; set; }
[Display(Name = "Employee / Driver")]
public string EmployeeName { get; set; }
[Display(Name = "Driver")]
public string UserFullName { get; set; }
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
public double GasPurchased { get; set; }