vers 1.4
fix bugs vari, spostamento virtual dropbox, speròm...
This commit is contained in:
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.3.041.153")]
|
||||
[assembly: AssemblyFileVersion("1.3.041.153")]
|
||||
[assembly: AssemblyVersion("1.4.049.156")]
|
||||
[assembly: AssemblyFileVersion("1.4.049.156")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2015-2015")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.3.041.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("1.3.041.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("1.4.049.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("1.4.049.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2015-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -87,6 +87,7 @@
|
||||
<error statusCode="403" redirect="NoAccess.htm" />
|
||||
<error statusCode="404" redirect="FileNotFound.htm" />
|
||||
</customErrors>-->
|
||||
<customErrors mode="Off"/>
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
|
||||
@@ -84,6 +84,7 @@ namespace WebSCR.WebUserControls
|
||||
mod_impegno.Visible = false;
|
||||
mod_fileImpegno.Visible = false;
|
||||
mod_fileUpload.Visible = false;
|
||||
mod_compSquadra.Visible = false;
|
||||
if (qsVal("Data") != "")
|
||||
{
|
||||
if (qsVal("IdxImpegno") != "")
|
||||
@@ -95,6 +96,7 @@ namespace WebSCR.WebUserControls
|
||||
mod_dettInt.Visible = true;
|
||||
mod_fileImpegno.Visible = true;
|
||||
mod_fileUpload.Visible = true;
|
||||
mod_compSquadra.Visible = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -108,9 +110,17 @@ namespace WebSCR.WebUserControls
|
||||
// metto in sessione squadra sel
|
||||
int idxImpegno = 0;
|
||||
string CodSquadra = "";
|
||||
DateTime DataImp = Convert.ToDateTime(memLayer.ML.StringSessionObj("DataRif"));
|
||||
DateTime DataImp = DateTime.Now;
|
||||
try
|
||||
{
|
||||
if (memLayer.ML.isInSessionObject("DataRif"))
|
||||
{
|
||||
DataImp = Convert.ToDateTime(memLayer.ML.StringSessionObj("DataRif"));
|
||||
}
|
||||
else if (memLayer.ML.getCookieVal("DataRif") != "")
|
||||
{
|
||||
DataImp = Convert.ToDateTime(memLayer.ML.getCookieVal("DataRif"));
|
||||
}
|
||||
idxImpegno = Convert.ToInt32(qsVal("IdxImpegno"));
|
||||
DS_Applicazione.ImpegniRow rigaImp = DtProxy.man.taImp.getByKey(idxImpegno)[0];
|
||||
CodSquadra = rigaImp.CodSquadra;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -87,6 +87,7 @@
|
||||
<error statusCode="403" redirect="NoAccess.htm" />
|
||||
<error statusCode="404" redirect="FileNotFound.htm" />
|
||||
</customErrors>-->
|
||||
<customErrors mode="Off"/>
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
|
||||
<namespaces>
|
||||
<add namespace="System.Web.Optimization" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user