diff --git a/GMW/Web.IIS02_SP.config b/GMW/Web.IIS02_SP.config
index 5a76b141..eb1b58c9 100644
--- a/GMW/Web.IIS02_SP.config
+++ b/GMW/Web.IIS02_SP.config
@@ -30,7 +30,6 @@
-
diff --git a/GMW/Web.IIS02_TK.config b/GMW/Web.IIS02_TK.config
index 902bf68e..7ad78cdc 100644
--- a/GMW/Web.IIS02_TK.config
+++ b/GMW/Web.IIS02_TK.config
@@ -31,7 +31,6 @@
-
diff --git a/GMW/Web.SP_prod.config b/GMW/Web.SP_prod.config
index 595e44d8..aa8d823e 100644
--- a/GMW/Web.SP_prod.config
+++ b/GMW/Web.SP_prod.config
@@ -45,7 +45,6 @@
-
diff --git a/GMW/Web.SP_test.config b/GMW/Web.SP_test.config
index 37af03ef..16d2079a 100644
--- a/GMW/Web.SP_test.config
+++ b/GMW/Web.SP_test.config
@@ -44,7 +44,6 @@
-
diff --git a/GMW/Web.TK_prod.config b/GMW/Web.TK_prod.config
index 46f5303a..1923bfc7 100644
--- a/GMW/Web.TK_prod.config
+++ b/GMW/Web.TK_prod.config
@@ -45,7 +45,6 @@
-
diff --git a/GMW/Web.TK_test.config b/GMW/Web.TK_test.config
index 5fe9194b..342ab745 100644
--- a/GMW/Web.TK_test.config
+++ b/GMW/Web.TK_test.config
@@ -44,7 +44,6 @@
-
diff --git a/GMW/Web.config b/GMW/Web.config
index 1bde347e..1b119b2f 100644
--- a/GMW/Web.config
+++ b/GMW/Web.config
@@ -154,7 +154,6 @@
-
diff --git a/GMW/Web.config.devSP b/GMW/Web.config.devSP
index c73776b9..bfd82127 100644
--- a/GMW/Web.config.devSP
+++ b/GMW/Web.config.devSP
@@ -155,7 +155,6 @@
-
diff --git a/GMW/Web.config.devTK b/GMW/Web.config.devTK
index 4ce393a0..f496766d 100644
--- a/GMW/Web.config.devTK
+++ b/GMW/Web.config.devTK
@@ -155,7 +155,6 @@
-
diff --git a/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs b/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs
index 4acd7982..cab01ac8 100644
--- a/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs
+++ b/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx.cs
@@ -574,7 +574,7 @@ namespace GMW.WebUserControls
try
{
// creo UDC
- MagClass.magazzino.creaUdc("TR", "", memLayer.ML.confReadString("particTratt"), "", "", "", "", "", 0, "", "U", MagClass.magazzino.CodSoggCurrUser, 0, 0, 0, DateTime.Now, 0, "Trattamenti", memLayer.ML.confReadInt("IdxPosizioneTrattamenti"), "IdxPosizioneTrattamenti", memLayer.ML.confReadString("nuovoUdcTrattamenti"), flusso, newUdcParent, anno, Request.UserHostName);
+ MagClass.magazzino.creaUdc("TR", "", memLayer.ML.confReadString("particTratt"), "", "", "", "", "", 0, "", "U", MagClass.magazzino.CodSoggCurrUser, 0, 0, 0, DateTime.Now, 0, "Trattamenti", memLayer.ML.cdvi("IdxPosizioneTrattamenti"), "IdxPosizioneTrattamenti", memLayer.ML.confReadString("nuovoUdcTrattamenti"), flusso, newUdcParent, anno, Request.UserHostName);
}
catch (Exception exc)
{