Replace more Employee with Driver
This commit is contained in:
@@ -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