diff --git a/GMW/Web.config b/GMW/Web.config
index 6a60d583..df74b428 100644
--- a/GMW/Web.config
+++ b/GMW/Web.config
@@ -66,7 +66,7 @@
-
+
diff --git a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs
index 7e3161f0..7d56580a 100644
--- a/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs
+++ b/GMW/WebUserControls/mod_SterrTagOUT.ascx.cs
@@ -12,8 +12,15 @@ namespace GMW.WebUserControls
{
public partial class mod_SterrTagOUT : System.Web.UI.UserControl
{
- public event EventHandler eh_nuovaRicerca;
+ ///
+ /// flusso associato (hard coded) a FUSI
+ ///
+ protected string flusso = "ST";
+ ///
+ /// stato associato (hard coded) a FUSI
+ ///
protected string statoUDC = "Sterrati";
+ public event EventHandler eh_nuovaRicerca;
///
/// stringa UID univoca
///
@@ -490,7 +497,7 @@ namespace GMW.WebUserControls
try
{
// creo nuovo UDC anime multiple
- newUdcChild = MagClass.magazzino.creaUdc("ST", "", currParticolare, "", "", "", "", "", 0, memLayer.ML.confReadString("CodImballoAnime"), "U", MagClass.magazzino.CodSoggCurrUser, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneAnimeExt"), "IdxPosizioneAnimeExt", "UDC_ANIMA", noteTrim, "", adesso.Year, Request.UserHostName); // !!! "AN" e statoUDC HARD CODED x indicare flusso sterrati
+ newUdcChild = MagClass.magazzino.creaUdc(flusso, "", currParticolare, "", "", "", "", "", 0, memLayer.ML.confReadString("CodImballoAnime"), "U", MagClass.magazzino.CodSoggCurrUser, qta, 0, 0, adesso, 0, statoUDC, memLayer.ML.confReadInt("IdxPosizioneAnimeExt"), "IdxPosizioneAnimeExt", "UDC_ANIMA", noteTrim, "", adesso.Year, Request.UserHostName); //!!!Fare, finire porting da anime...
// registro creazione nuovo UDC
MagClass.magazzino.taSAO.insertQuery(adesso, codSogg, postazione_name, postazione_IP, newUdcChild, particolare, "creaUDC", string.Format("Creato nuovo UDC Anime EX, qta: {0} {1}", qta, noteTrim));
}
diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll
index fbf77f21..38457247 100644
Binary files a/GMW/bin/GMW.dll and b/GMW/bin/GMW.dll differ
diff --git a/GMW/bin/GMW_data.dll b/GMW/bin/GMW_data.dll
index 9a9f302c..b92e8086 100644
Binary files a/GMW/bin/GMW_data.dll and b/GMW/bin/GMW_data.dll differ
diff --git a/GMW/bin/SteamWare.dll b/GMW/bin/SteamWare.dll
index 79c3dacd..2d47a8ec 100644
Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ