This commit is contained in:
2026-03-16 17:02:17 +01:00
parent c182c16c09
commit 36e1215bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -745,7 +745,7 @@ Anzeige:
Dim row = rowsVorp(0)
Warenwert = CDbl(row("tblSnd_Warenwert"))
Sicherheitsbetrag = Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100))
Sicherheitsbetrag = Math.Round(Warenwert * (GesSichRef.gsr_zollsatz / 100), 2)
End If