qol: formatting
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Disco.Models.Repository
|
||||
public string Insurer { get; set; }
|
||||
[StringLength(200)]
|
||||
public string InsurerReference { get; set; }
|
||||
|
||||
|
||||
[Required, ForeignKey("JobId")]
|
||||
public virtual Job Job { get; set; }
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Disco.Models.Repository
|
||||
public string ExternalReference { get; set; }
|
||||
[DisplayFormat(ApplyFormatInEditMode = true, ConvertEmptyStringToNull = true, DataFormatString = "{0:yyyy/MM/dd hh:mm tt}", HtmlEncode = false)]
|
||||
public DateTime? ExternalCompletedDate { get; set; }
|
||||
|
||||
|
||||
[ForeignKey("JobId"), Required]
|
||||
public virtual Job Job { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user