eza greenpulse
This commit is contained in:
@@ -1234,6 +1234,7 @@ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("eza_BezugsnummerBEAnteilZL", eza_
|
||||
Next
|
||||
packst = packst.Trim
|
||||
PosAnzahl = DY.eza_WARENPOS.Count
|
||||
If packst.Length > 185 Then packst = packst.Substring(0, 185) & "..."
|
||||
SPEDITIONSBUCH.Packstücke = packst & ", " & rohmasseTmp.ToString("N1") & " kg"
|
||||
|
||||
If If(SPEDITIONSBUCH.Rohmasse, 0) = 0 AndAlso rohmasseTmp > 0 Then SPEDITIONSBUCH.Rohmasse = CInt(rohmasseTmp)
|
||||
@@ -1359,6 +1360,7 @@ list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("eza_BezugsnummerBEAnteilZL", eza_
|
||||
Next
|
||||
packst = packst.Trim
|
||||
PosAnzahl = DY.aes_WARENPOS.Count
|
||||
If packst.Length > 185 Then packst = packst.Substring(0, 185) & "..."
|
||||
SPEDITIONSBUCH.Packstücke = packst & ", " & rohmasseTmp.ToString("N1") & " kg"
|
||||
|
||||
If If(SPEDITIONSBUCH.Rohmasse, 0) = 0 AndAlso rohmasseTmp > 0 Then SPEDITIONSBUCH.Rohmasse = CInt(rohmasseTmp)
|
||||
|
||||
Reference in New Issue
Block a user