correzione reset al cambio linea
This commit is contained in:
Samuele Locatelli
2014-07-25 17:59:18 +02:00
parent 906c1bdb45
commit f7068a1896
11 changed files with 16 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1
View File
@@ -51,6 +51,7 @@ namespace GMW
private void mod_selLineaNtDt1_eh_doRefresh(object sender, EventArgs e)
{
doUpdate();
mod_PostTT_Pre_DT1.resetSourceDestAL();
mod_PostTT_Pre_DT1.doUpdate();
}
/// <summary>
+11 -1
View File
@@ -94,12 +94,22 @@ namespace GMW.WebUserControls
{
sourceAL = "";
sourceUDC = "";
destAL = ""; Postazione.messaggiText = "";
destAL = "";
Postazione.messaggiText = "";
Postazione.warningText = "";
}
checkBarcode();
}
/// <summary>
/// resetta AL destinazione ed AL/UDC sorgente
/// </summary>
public void resetSourceDestAL()
{
sourceAL = "";
sourceUDC = "";
destAL = "";
}
/// <summary>
/// wrapper traduzione
/// </summary>
/// <param name="lemma"></param>
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("2.5.726.1666")]
[assembly: AssemblyFileVersion("2.5.726.1666")]
[assembly: AssemblyVersion("2.5.727.1666")]
[assembly: AssemblyFileVersion("2.5.727.1666")]
[assembly: AssemblyCopyright("Steamware © 2007-2014")]
[assembly: AssemblyCompany("Steamware")]
+2 -2
View File
@@ -6,8 +6,8 @@
using System.Reflection;
[assembly: AssemblyVersion("2.5.726.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.5.726.<#= this.RevisionNumber #>")]
[assembly: AssemblyVersion("2.5.727.<#= this.RevisionNumber #>")]
[assembly: AssemblyFileVersion("2.5.727.<#= this.RevisionNumber #>")]
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
[assembly: AssemblyCompany("Steamware")]
<#+