Add notes
This commit is contained in:
@@ -28,6 +28,8 @@ namespace MileageTraker.Web.ViewModels.Log
|
||||
[Display(Name = "Purpose")]
|
||||
public string PurposePurpose { get; set; }
|
||||
|
||||
public string Notes { get; set; }
|
||||
|
||||
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
|
||||
public double GasPurchased { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user