From af4c9fbe040e85a5e255e1aece0da8488431eee3 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 19 May 2019 20:15:26 +0100 Subject: [PATCH] Add display name for company postal code. --- Cicm.Database/Models/Company.cs | 1 + cicm_web/cicm_web.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cicm.Database/Models/Company.cs b/Cicm.Database/Models/Company.cs index f486f96f..d022e0ff 100644 --- a/Cicm.Database/Models/Company.cs +++ b/Cicm.Database/Models/Company.cs @@ -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] diff --git a/cicm_web/cicm_web.csproj b/cicm_web/cicm_web.csproj index 62db468e..14fe3928 100644 --- a/cicm_web/cicm_web.csproj +++ b/cicm_web/cicm_web.csproj @@ -2,7 +2,7 @@ netcoreapp2.2 - 3.0.99.504 + 3.0.99.505 Canary Islands Computer Museum Copyright © 2003-2018 Natalia Portillo Canary Islands Computer Museum Website