Replace more Employee with Driver
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user