Editing Purpose from LogController works

This commit is contained in:
2013-03-05 13:22:00 -05:00
parent 76cb768fa9
commit 47a60965fe
6 changed files with 56 additions and 19 deletions
+3
View File
@@ -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; }