Display Purpose on log index
This commit is contained in:
@@ -26,6 +26,9 @@ namespace MileageTraker.Web.ViewModels.Log
|
||||
[Display(Name = "City Name")]
|
||||
public string CityName { get; set; }
|
||||
|
||||
[Display(Name = "Trip Purpose")]
|
||||
public string PurposePurpose { get; set; }
|
||||
|
||||
[Display(Name = "Driver Name")]
|
||||
public string UserFullName { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user