Correct "n.nnnn" to "n.nnn"
This commit is contained in:
@@ -51,7 +51,7 @@ namespace MileageTraker.Web.ViewModels.CreateLog
|
|||||||
[Display(Name = "Gas Purchased")]
|
[Display(Name = "Gas Purchased")]
|
||||||
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
|
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
|
||||||
[Units("Gallons")]
|
[Units("Gallons")]
|
||||||
[FormatHint("n.nnnn")]
|
[FormatHint("n.nnn")]
|
||||||
[InputSize("mini")]
|
[InputSize("mini")]
|
||||||
public string GasPurchased { get; set; }
|
public string GasPurchased { get; set; }
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ namespace MileageTraker.Web.ViewModels.Log
|
|||||||
[Display(Name = "Gas Purchased")]
|
[Display(Name = "Gas Purchased")]
|
||||||
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
|
[DisplayFormat(DataFormatString = "{0:0.000}", ApplyFormatInEditMode = true)]
|
||||||
[Units("Gallons")]
|
[Units("Gallons")]
|
||||||
[FormatHint("n.nnnn")]
|
[FormatHint("n.nnn")]
|
||||||
[InputSize("mini")]
|
[InputSize("mini")]
|
||||||
public string GasPurchased { get; set; }
|
public string GasPurchased { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user