fix
This commit is contained in:
@@ -4709,7 +4709,7 @@ Public Class cWorker_NCTS
|
|||||||
|
|
||||||
Dim row = rowsVorp(0)
|
Dim row = rowsVorp(0)
|
||||||
Warenwert = CDbl(row("tblSnd_Warenwert"))
|
Warenwert = CDbl(row("tblSnd_Warenwert"))
|
||||||
Sicherheitsbetrag = System.Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100))
|
Sicherheitsbetrag = System.Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100), 2)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -745,7 +745,7 @@ Anzeige:
|
|||||||
|
|
||||||
Dim row = rowsVorp(0)
|
Dim row = rowsVorp(0)
|
||||||
Warenwert = CDbl(row("tblSnd_Warenwert"))
|
Warenwert = CDbl(row("tblSnd_Warenwert"))
|
||||||
Sicherheitsbetrag = Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100))
|
Sicherheitsbetrag = Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100), 2)
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user