fix Worker

This commit is contained in:
2026-03-17 15:05:50 +01:00
parent 36893a9e2b
commit 82e54fcef2
3 changed files with 17 additions and 12 deletions

View File

@@ -4719,12 +4719,13 @@ Public Class cWorker_NCTS
)
).ToArray()
If rowsVorp.Length > 0 Then
Dim row = rowsVorp(0)
If POSNr = posNr_temp Then
Warenwert = CDbl(row("tblSnd_Warenwert"))
Sicherheitsbetrag = System.Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100), 2)
Dim row = rowsVorp(0)
If POSNr = posNr_temp Then
Warenwert = CDbl(row("tblSnd_Warenwert"))
Sicherheitsbetrag = System.Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100), 2)
End If
End If
End If