Hide VehiclePreviousLog from view
This commit is contained in:
+3
-3
@@ -70,10 +70,10 @@ namespace MileageTraker.Web.Models
|
||||
[HiddenInput]
|
||||
public string UserAgent { get; set; }
|
||||
|
||||
[HiddenInput]
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public int? VehiclePreviousLogId { get; set; }
|
||||
|
||||
[HiddenInput]
|
||||
|
||||
[HiddenInput(DisplayValue = false)]
|
||||
public virtual Log VehiclePreviousLog { get; set; }
|
||||
|
||||
public Log()
|
||||
|
||||
Reference in New Issue
Block a user