diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index 634ceb2a..ab650dd7 100644 Binary files a/GMW-RT/bin/GMW-RT.dll and b/GMW-RT/bin/GMW-RT.dll differ diff --git a/GMW-RT/bin/GMW_data.dll b/GMW-RT/bin/GMW_data.dll index 717254ba..c3d2172c 100644 Binary files a/GMW-RT/bin/GMW_data.dll and b/GMW-RT/bin/GMW_data.dll differ diff --git a/GMW-RT/bin/SteamWare.dll b/GMW-RT/bin/SteamWare.dll index 1207e0f5..4f94ed5d 100644 Binary files a/GMW-RT/bin/SteamWare.dll and b/GMW-RT/bin/SteamWare.dll differ diff --git a/GMW-UT/bin/GMW-UT.dll b/GMW-UT/bin/GMW-UT.dll index b5d8d081..97a16b09 100644 Binary files a/GMW-UT/bin/GMW-UT.dll and b/GMW-UT/bin/GMW-UT.dll differ diff --git a/GMW-UT/bin/GMW_data.dll b/GMW-UT/bin/GMW_data.dll index 717254ba..c3d2172c 100644 Binary files a/GMW-UT/bin/GMW_data.dll and b/GMW-UT/bin/GMW_data.dll differ diff --git a/GMW-UT/bin/SteamWare.dll b/GMW-UT/bin/SteamWare.dll index 1207e0f5..4f94ed5d 100644 Binary files a/GMW-UT/bin/SteamWare.dll and b/GMW-UT/bin/SteamWare.dll differ diff --git a/GMW/WebUserControls/mod_selLineaNtDt.ascx.cs b/GMW/WebUserControls/mod_selLineaNtDt.ascx.cs index 162709eb..51ea9e33 100644 --- a/GMW/WebUserControls/mod_selLineaNtDt.ascx.cs +++ b/GMW/WebUserControls/mod_selLineaNtDt.ascx.cs @@ -147,6 +147,8 @@ namespace GMW.WebUserControls Postazione.currCodCella = codCella; Postazione.currIdxCella = idxCella; } + Postazione.warningText = ""; + Postazione.messaggiText = ""; } /// /// verifica linea corretta @@ -331,6 +333,8 @@ namespace GMW.WebUserControls * *******************************************************/ bool lineaLibera = false; + Postazione.warningText = ""; + Postazione.messaggiText = ""; try { DS_magazzino.AnagLineeRow riga = MagClass.magazzino.taAL.getByKey(codLinea)[0]; diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index f84502fd..0ca1b533 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 717254ba..c3d2172c 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 1207e0f5..4f94ed5d 100644 Binary files a/GMW/bin/SteamWare.dll and b/GMW/bin/SteamWare.dll differ diff --git a/GMW/bin/VersGen.dll b/GMW/bin/VersGen.dll index 18b571a6..bfc72486 100644 Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ diff --git a/GMW_data/UserControlBCodeMan.cs b/GMW_data/UserControlBCodeMan.cs index 995aafaf..bc180ff2 100644 --- a/GMW_data/UserControlBCodeMan.cs +++ b/GMW_data/UserControlBCodeMan.cs @@ -87,9 +87,9 @@ namespace GMW_data /// public virtual void Page_Load(object sender, EventArgs e) { + setupVariabili(); if (!Page.IsPostBack) { - setupVariabili(); qta = 0; // imposto destAL destAL = AlByCella; diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs index c8f3ddf4..d534dc8c 100644 --- a/VersGen/GMW.cs +++ b/VersGen/GMW.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("3.5.897.2434")] -[assembly: AssemblyFileVersion("3.5.897.2434")] +[assembly: AssemblyVersion("3.5.898.2434")] +[assembly: AssemblyFileVersion("3.5.898.2434")] [assembly: AssemblyCopyright("Steamware © 2007-2016")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt index 537a7c39..2764cd09 100644 --- a/VersGen/GMW.tt +++ b/VersGen/GMW.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("3.5.897.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("3.5.897.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("3.5.898.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("3.5.898.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+