-
- @Html.DisplayNameFor(model => model.Azienda) @Html.DisplayFor(model => model.Azienda)
-
@Html.DisplayNameFor(model => model.SlCodice) @Html.DisplayFor(model => model.SlCodice)
@@ -24,48 +21,23 @@
@Html.DisplayNameFor(model => model.SlQtAper) @Html.DisplayFor(model => model.SlQtAper)
-
- @Html.DisplayNameFor(model => model.AmCodice) @Html.DisplayFor(model => model.AmCodice)
-
-
- @Html.DisplayNameFor(model => model.LoCodice) @Html.DisplayFor(model => model.LoCodice)
-
-
- @Html.DisplayNameFor(model => model.LiCodLis) @Html.DisplayFor(model => model.LiCodLis)
-
-
- @Html.DisplayNameFor(model => model.LiCodArt) @Html.DisplayFor(model => model.LiCodArt)
-
-
- @Html.DisplayNameFor(model => model.LiDatAtt) @Html.DisplayFor(model => model.LiDatAtt)
-
-
- @Html.DisplayNameFor(model => model.LiQuanti) @Html.DisplayFor(model => model.LiQuanti)
-
@Html.DisplayNameFor(model => model.LiPrezzo) @Html.DisplayFor(model => model.LiPrezzo)
-
- @Html.DisplayNameFor(model => model.LiScont1) @Html.DisplayFor(model => model.LiScont1)
-
-
- @Html.DisplayNameFor(model => model.LiScont2) @Html.DisplayFor(model => model.LiScont2)
-
-
- @Html.DisplayNameFor(model => model.LiScont3) @Html.DisplayFor(model => model.LiScont3)
-
-
- @Html.DisplayNameFor(model => model.LiScont4) @Html.DisplayFor(model => model.LiScont4)
-
-
- @Html.DisplayNameFor(model => model.Gest_Matr) @Html.DisplayFor(model => model.Gest_Matr)
-
-
- @Html.DisplayNameFor(model => model.Gest_Lotti) @Html.DisplayFor(model => model.Gest_Lotti)
-
-
- @Html.DisplayNameFor(model => model.Desc_sup) @Html.DisplayFor(model => model.Desc_sup)
-
+ @Html.HiddenFor(model => model.Azienda)
+ @Html.HiddenFor(model => model.AmCodice)
+ @Html.HiddenFor(model => model.LoCodice)
+ @Html.HiddenFor(model => model.LiCodLis)
+ @Html.HiddenFor(model => model.LiCodArt)
+ @Html.HiddenFor(model => model.LiDatAtt)
+ @Html.HiddenFor(model => model.LiQuanti)
+ @Html.HiddenFor(model => model.LiScont1)
+ @Html.HiddenFor(model => model.LiScont2)
+ @Html.HiddenFor(model => model.LiScont3)
+ @Html.HiddenFor(model => model.LiScont4)
+ @Html.HiddenFor(model => model.Gest_Matr)
+ @Html.HiddenFor(model => model.Gest_Lotti)
+ @Html.HiddenFor(model => model.Desc_sup)
diff --git a/Views/Articoli/Edit.cshtml b/Views/Articoli/Edit.cshtml
index 7acccac..aeb17af 100644
--- a/Views/Articoli/Edit.cshtml
+++ b/Views/Articoli/Edit.cshtml
@@ -11,7 +11,6 @@
diff --git a/Views/Articoli/Index.cshtml b/Views/Articoli/Index.cshtml
index 55568b3..cbf3296 100644
--- a/Views/Articoli/Index.cshtml
+++ b/Views/Articoli/Index.cshtml
@@ -48,6 +48,7 @@