diff --git a/GMW-RT/bin/GMW-RT.dll b/GMW-RT/bin/GMW-RT.dll index 41a6c89b..6d6952d2 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 4696064a..afed85ae 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 c1fb8b53..68ef0dd5 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 1dbdf7b0..4efe9982 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 4696064a..afed85ae 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 c1fb8b53..68ef0dd5 100644 Binary files a/GMW-UT/bin/SteamWare.dll and b/GMW-UT/bin/SteamWare.dll differ diff --git a/GMW/WebUserControls/mod_selPeriodo.ascx.cs b/GMW/WebUserControls/mod_selPeriodo.ascx.cs index bad731cb..31de774a 100644 --- a/GMW/WebUserControls/mod_selPeriodo.ascx.cs +++ b/GMW/WebUserControls/mod_selPeriodo.ascx.cs @@ -50,6 +50,10 @@ namespace GMW.WebUserControls } return answ; } + set + { + memLayer.ML.setSessionVal("mostraSelOra", value); + } } /// diff --git a/GMW/bin/GMW.dll b/GMW/bin/GMW.dll index 58b00667..109b59b7 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 4696064a..afed85ae 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 c1fb8b53..68ef0dd5 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 2efcd587..77f7f6bb 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 01a68418..5f74f0c1 100644 --- a/VersGen/GMW.cs +++ b/VersGen/GMW.cs @@ -5,7 +5,7 @@ using System.Reflection; -[assembly: AssemblyVersion("3.1.799.2026")] -[assembly: AssemblyFileVersion("3.1.799.2026")] +[assembly: AssemblyVersion("3.1.800.2026")] +[assembly: AssemblyFileVersion("3.1.800.2026")] [assembly: AssemblyCopyright("Steamware © 2007-2015")] [assembly: AssemblyCompany("Steamware")] diff --git a/VersGen/GMW.tt b/VersGen/GMW.tt index 7fe7c7f7..53f5816b 100644 --- a/VersGen/GMW.tt +++ b/VersGen/GMW.tt @@ -6,8 +6,8 @@ using System.Reflection; -[assembly: AssemblyVersion("3.1.799.<#= this.RevisionNumber #>")] -[assembly: AssemblyFileVersion("3.1.799.<#= this.RevisionNumber #>")] +[assembly: AssemblyVersion("3.1.800.<#= this.RevisionNumber #>")] +[assembly: AssemblyFileVersion("3.1.800.<#= this.RevisionNumber #>")] [assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")] [assembly: AssemblyCompany("Steamware")] <#+