diff --git a/Views/CommesseVT/Index.cshtml b/Views/CommesseVT/Index.cshtml
index 4c708f0..8b9bb0a 100644
--- a/Views/CommesseVT/Index.cshtml
+++ b/Views/CommesseVT/Index.cshtml
@@ -67,7 +67,7 @@
Descrizione |
Fine validita Commessa |
Tipo |
- Cod. Cliente |
+ @* Cod. Cliente | *@
Cliente |
Impianto |
tipo ind |
@@ -80,7 +80,7 @@
|
-
+
@foreach (var item in Model)
{
@@ -102,9 +102,9 @@
|
@Html.DisplayFor(modelItem => item.latipcli)
|
-
+ @* |
@Html.DisplayFor(modelItem => item.lacodcli)
- |
+ *@
@Html.DisplayFor(modelItem => item.andescri)
|
@@ -135,6 +135,7 @@
@Html.DisplayFor(modelItem => item.improvin)
|
+ @Html.HiddenFor(modelItem => item.lacodcli)
|