Fix caricamento idxMacchina selezionata: mostra CORRETTAMENTE gli items associati
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,6 +13,18 @@ namespace GIM_site
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
mod_ricercaItem.eh_newrecord += Mod_ricercaItem_eh_newrecord;
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
// leggo numInt da sessione ed imposto idxMacchina x ricambi...
|
||||
int numIntMtz = 0;
|
||||
try
|
||||
{
|
||||
numIntMtz = memLayer.ML.IntSessionObj("numIntMtz_sel");
|
||||
mod_ricercaItem.idxMacchina = TA_app.obj.taInterventiMtz.getByIdx(numIntMtz)[0].idxMacchina;
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
}
|
||||
}
|
||||
|
||||
private void Mod_ricercaItem_eh_newrecord(object sender, EventArgs e)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.6.282.517")]
|
||||
[assembly: AssemblyFileVersion("1.6.282.517")]
|
||||
[assembly: AssemblyVersion("1.6.283.517")]
|
||||
[assembly: AssemblyFileVersion("1.6.283.517")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2006-2015")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("1.6.282.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("1.6.282.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("1.6.283.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("1.6.283.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2006-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user