diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index 13a02f62..ec79f03c 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 342fca34..c3a7eeda 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 c06a01e3..c13cd63e 100644 Binary files a/GMW-RT/bin/SteamWare.dll and b/GMW-RT/bin/SteamWare.dll differ diff --git a/GMW/POST_PRE_TT_DT.aspx.cs b/GMW/POST_PRE_TT_DT.aspx.cs index 7ea5d124..a0382010 100644 --- a/GMW/POST_PRE_TT_DT.aspx.cs +++ b/GMW/POST_PRE_TT_DT.aspx.cs @@ -51,6 +51,7 @@ namespace GMW private void mod_selLineaNtDt1_eh_doRefresh(object sender, EventArgs e) { doUpdate(); + mod_PostTT_Pre_DT1.resetSourceDestAL(); mod_PostTT_Pre_DT1.doUpdate(); } /// diff --git a/GMW/WebUserControls/mod_PostTT_Pre_DT.ascx.cs b/GMW/WebUserControls/mod_PostTT_Pre_DT.ascx.cs index c0d6045d..8aa392fa 100644 --- a/GMW/WebUserControls/mod_PostTT_Pre_DT.ascx.cs +++ b/GMW/WebUserControls/mod_PostTT_Pre_DT.ascx.cs @@ -94,12 +94,22 @@ namespace GMW.WebUserControls { sourceAL = ""; sourceUDC = ""; - destAL = ""; Postazione.messaggiText = ""; + destAL = ""; + Postazione.messaggiText = ""; Postazione.warningText = ""; } checkBarcode(); } /// + /// resetta AL destinazione ed AL/UDC sorgente + /// + public void resetSourceDestAL() + { + sourceAL = ""; + sourceUDC = ""; + destAL = ""; + } + /// /// wrapper traduzione /// /// diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 37eb8a69..5bc0456d 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 342fca34..c3a7eeda 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 c06a01e3..c13cd63e 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 d4340382..1ea1fa4e 100644 Binary files a/GMW/bin/VersGen.dll and b/GMW/bin/VersGen.dll differ diff --git a/VersGen/GMW.cs b/VersGen/GMW.cs index 4362fd9c..a385e570 100644 --- a/VersGen/GMW.cs +++ b/VersGen/GMW.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("2.5.726.1666")] -[assembly: AssemblyFileVersion("2.5.726.1666")] +[assembly: AssemblyVersion("2.5.727.1666")] +[assembly: AssemblyFileVersion("2.5.727.1666")] [assembly: AssemblyCopyright("Steamware © 2007-2014")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt index bd54152c..c41b516c 100644 --- a/VersGen/GMW.tt +++ b/VersGen/GMW.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("2.5.726.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("2.5.726.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("2.5.727.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("2.5.727.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+