diff --git a/Models/GiriConsegnaView.cs b/Models/GiriConsegnaView.cs index 2f9217f..941ba4e 100644 --- a/Models/GiriConsegnaView.cs +++ b/Models/GiriConsegnaView.cs @@ -41,5 +41,9 @@ namespace SoftwayWeb.Models [System.ComponentModel.DataAnnotations.Schema.Column(TypeName = "decimal(18, 5)")] public decimal? parzialeImpRec { get; set; } + + [Display(Name = "Note")] + public string? NoteChiusura { get; set; } + } } diff --git a/Views/GiriChiudi/Chiudi.cshtml b/Views/GiriChiudi/Chiudi.cshtml index 8790a91..0063bcb 100644 --- a/Views/GiriChiudi/Chiudi.cshtml +++ b/Views/GiriChiudi/Chiudi.cshtml @@ -34,7 +34,11 @@ - +