Editing Purpose from LogController works
This commit is contained in:
@@ -24,6 +24,9 @@ namespace MileageTraker.Web.ViewModels.Log
|
||||
|
||||
[Display(Name = "Driver")]
|
||||
public string UserFullName { get; set; }
|
||||
|
||||
[Display(Name = "Purpose")]
|
||||
public string PurposePurpose { get; set; }
|
||||
|
||||
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
|
||||
public double GasPurchased { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user