vers 727
correzione reset al cambio linea
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -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
@@ -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")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user