ricarica dettaglio giornate SOLO SE è cambiata zona con ricerca documento (speedup...)
This commit is contained in:
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.0.097.309")]
|
||||
[assembly: AssemblyFileVersion("2.0.097.309")]
|
||||
[assembly: AssemblyVersion("2.0.098.309")]
|
||||
[assembly: AssemblyFileVersion("2.0.098.309")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2015-2016")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.0.097.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.0.097.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("2.0.098.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.0.098.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2015-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -398,13 +398,17 @@ namespace WebSCR.WebUserControls
|
||||
{
|
||||
errorMess = "Selezionato Documento";
|
||||
lblWarning.Text = errorMess;
|
||||
|
||||
|
||||
// 2016.02.03 semplificato udpate a SOLO disp periodo (zona)
|
||||
//refreshDetail();
|
||||
//mod_giornata.doUpdate();
|
||||
|
||||
mod_dispPeriodo.Zona = mod_filtroZona.Zona;
|
||||
mod_dispPeriodo.doUpdate();
|
||||
|
||||
// faccio udpate SOLO SE è variata la zona...
|
||||
if (mod_dispPeriodo.Zona != mod_filtroZona.Zona)
|
||||
{
|
||||
mod_dispPeriodo.Zona = mod_filtroZona.Zona;
|
||||
mod_dispPeriodo.doUpdate();
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// refresh detail
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user