refresh fix bug x post liquidi
This commit is contained in:
Binary file not shown.
@@ -606,10 +606,15 @@ namespace GMW.WebUserControls
|
||||
try
|
||||
{
|
||||
dtxInUdcDest = DataMatrix.mgr.taDtx2UDC.getByDtx(barcodeIn).Select(string.Format("UDC = '{0}'", NewUDC)).Length > 0;
|
||||
// se old UDC != "" posso ricaricare
|
||||
// ricalcolo vecchio UDC
|
||||
OldUDC = ((DS_DataMatrix.Dtx2UDCRow)DataMatrix.mgr.taDtx2UDC.getByDtx(barcodeIn).Select(string.Format("CodStato = '{0}'", statoUdcIn))[0]).UDC.Replace(flussoAnc, flussoTemp);
|
||||
// verifico SE sia in carico ad AL...
|
||||
if (OldUDC != "")
|
||||
{
|
||||
udcSourceOk = true;
|
||||
if (MagClass.magazzino.taAL2UDC.getByAL(sourceAL).Select(string.Format("UDC = '{0}'", OldUDC)).Length > 0)
|
||||
{
|
||||
udcSourceOk = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.5.703.1623")]
|
||||
[assembly: AssemblyFileVersion("2.5.703.1623")]
|
||||
[assembly: AssemblyVersion("2.5.705.1624")]
|
||||
[assembly: AssemblyFileVersion("2.5.705.1624")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-2014")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("2.5.703.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.5.703.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("2.5.705.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("2.5.705.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user