Fix filtro anche x mtz programmata

This commit is contained in:
Samuele E. Locatelli
2015-10-27 12:14:43 +01:00
parent af3d4d4f4d
commit 240e6d3026
6 changed files with 5 additions and 4 deletions
@@ -224,6 +224,7 @@ public partial class mod_elencoMtzProg : ApplicationUserControl
hlExportExcel.Text = traduci("hlExportExcel");
hlExportExcel.NavigateUrl = "~/ExcelExportMtzPrev.aspx";
modoInsertMtzPrg = false;
doUpdate();
}
base.OnInit(e);
_idxGridView = "idxIntPro";
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -5,7 +5,7 @@
using System.Reflection;
[assembly: AssemblyVersion("1.5.252.511")]
[assembly: AssemblyFileVersion("1.5.252.511")]
[assembly: AssemblyVersion("1.5.253.512")]
[assembly: AssemblyFileVersion("1.5.253.512")]
[assembly: AssemblyCopyright("Steamware © 2006-2015")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("1.5.252.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.5.252.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("1.5.253.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("1.5.253.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+
Binary file not shown.