fix Worker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user