Add display name for company postal code.

This commit is contained in:
2019-05-19 20:15:26 +01:00
parent c1a2523235
commit af4c9fbe04
2 changed files with 2 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ namespace Cicm.Database.Models
[StringLength(80)]
public string Province { get; set; }
[StringLength(25)]
[DisplayName("Postal code")]
public string PostalCode { get; set; }
public short? CountryId { get; set; }
[Required]