v_3.5.887 refresh SP
refresh versione x fix vari SP x gestione update DataFus come DataMod in creazione nuovi UDC che sono stampati in secondo momento...
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.
Binary file not shown.
Binary file not shown.
@@ -196,6 +196,11 @@
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>DS_magazzino.xsd</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DS_magazzino1.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>DS_magazzino.xsd</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="DS_Odette.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
|
||||
@@ -1134,7 +1134,8 @@ namespace GMW_data
|
||||
/// <param name="clientIp">Ip del client</param>
|
||||
/// <returns>UDC del nuovo cartellino per FINITI</returns>
|
||||
public string creaUdcWithAlCella(string AL, string SourceAL, string DataMatrix, string CodStatoUdcOut, string CodCella, string CodBilancia, string CodCliente, string Particolare, string CodImpianto, string CodStampo, string Esponente, string Figura, string UDC_parent, double Tara, string CodImballo, string CodTipoDichiarazione, string CodSoggetto, int Quantita, float PesoTot, float PesoCad, DateTime DataRif, int TurnoRif, string CodStato, int CodMag, string defIdxPosiz, string codEvento, string note, string UDC, int anno, string clientIp)
|
||||
{// trim fix
|
||||
{
|
||||
// trim fix
|
||||
string CodBilanciaTrim = CodBilancia.Trim();
|
||||
string CodClienteTrim = CodCliente.Trim();
|
||||
string ParticolareTrim = Particolare.Trim();
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.5.886.2401")]
|
||||
[assembly: AssemblyFileVersion("3.5.886.2401")]
|
||||
[assembly: AssemblyVersion("3.5.887.2404")]
|
||||
[assembly: AssemblyFileVersion("3.5.887.2404")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-2016")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
|
||||
+2
-2
@@ -6,8 +6,8 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.5.886.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("3.5.886.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyVersion("3.5.887.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyFileVersion("3.5.887.<#= this.RevisionNumber #>")]
|
||||
[assembly: AssemblyCopyright("Steamware © 2007-<#= DateTime.Now.Year #>")]
|
||||
[assembly: AssemblyCompany("Steamware")]
|
||||
<#+
|
||||
|
||||
Reference in New Issue
Block a user