diff --git a/GMW/GMW/Web.config b/GMW/GMW/Web.config
index 3903a592..78d09930 100644
--- a/GMW/GMW/Web.config
+++ b/GMW/GMW/Web.config
@@ -99,10 +99,10 @@
-
-
-
-
+
+
+
+
diff --git a/GMW/GMW/WebUserControls/mod_UdcCella.ascx.cs b/GMW/GMW/WebUserControls/mod_UdcCella.ascx.cs
index c43bf5f2..a582256c 100644
--- a/GMW/GMW/WebUserControls/mod_UdcCella.ascx.cs
+++ b/GMW/GMW/WebUserControls/mod_UdcCella.ascx.cs
@@ -215,7 +215,7 @@ namespace GMW.WebUserControls
// controllo che sia valido x fare l'operazione
if (IdxCellaTo > 0)
{
- MagClass.magazzino.spostaUDC(memLayer.ML.StringSessionObj("CodCS"), UDC, IdxCellaTo);
+ MagClass.magazzino.spostaUDC(memLayer.ML.StringSessionObj("CodCS"), UDC, IdxCellaTo, true);
}
azzeraPostUpdate();
if (eh_nuovoValore != null)
diff --git a/GMW/GMW/WebUserControls/mod_execUDC.ascx.cs b/GMW/GMW/WebUserControls/mod_execUDC.ascx.cs
index 49ee4392..34837979 100644
--- a/GMW/GMW/WebUserControls/mod_execUDC.ascx.cs
+++ b/GMW/GMW/WebUserControls/mod_execUDC.ascx.cs
@@ -109,7 +109,7 @@ namespace GMW.WebUserControls
// controllo che sia valido x fare l'operazione
if (IdxCellaTo > 0)
{
- MagClass.magazzino.spostaUDC(memLayer.ML.StringSessionObj("CodCS"), UDC, IdxCellaTo);
+ MagClass.magazzino.spostaUDC(memLayer.ML.StringSessionObj("CodCS"), UDC, IdxCellaTo, true);
}
azzeraPostUpdate();
if (eh_nuovoValore != null)
diff --git a/GMW/GMW/WebUserControls/mod_main_help.ascx b/GMW/GMW/WebUserControls/mod_main_help.ascx
index c08cf0b0..7ec55b3c 100644
--- a/GMW/GMW/WebUserControls/mod_main_help.ascx
+++ b/GMW/GMW/WebUserControls/mod_main_help.ascx
@@ -18,8 +18,8 @@
- 
+
|