refresh fix bug x post liquidi

This commit is contained in:
Samuele Locatelli
2014-06-13 19:38:31 +02:00
parent 0ebbd15eae
commit c042e2741d
6 changed files with 11 additions and 6 deletions
Binary file not shown.
+7 -2
View File
@@ -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
BIN
View File
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -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
View File
@@ -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")]
<#+