eza greenpulse

This commit is contained in:
2025-10-16 16:02:49 +02:00
parent 3bdd07c272
commit 69c9ce6746
4 changed files with 8 additions and 6 deletions

View File

@@ -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)