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]

View File

@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Version>3.0.99.504</Version>
<Version>3.0.99.505</Version>
<Company>Canary Islands Computer Museum</Company>
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
<Product>Canary Islands Computer Museum Website</Product>