fix sel periodo con data e ORA
This commit is contained in:
Samuele E. Locatelli
2015-07-20 17:27:15 +02:00
parent b0b65f3227
commit 2ce35019c8
13 changed files with 8 additions and 4 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -50,6 +50,10 @@ namespace GMW.WebUserControls
}
return answ;
}
set
{
memLayer.ML.setSessionVal("mostraSelOra", value);
}
}
/// <summary>
BIN
View File
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -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")]
+2 -2
View File
@@ -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")]
<#+