MDM USTVA reorder Position

This commit is contained in:
2025-02-07 11:52:04 +01:00
parent 0af96e5582
commit 7223ee1e98
4 changed files with 33 additions and 14 deletions

View File

@@ -2059,7 +2059,7 @@ Public Class cFakturierung
Dim anzahl As Double = 0
Dim bez As String = ""
Dim einzepreis = 0
einzelpreis = 0
einzelpreis = IIf(pos.Item("SteuerpflichtigerBetrag") > 0, pos.Item("SteuerpflichtigerBetrag") / checkNull(pos.Item("Anzahl")), pos.Item("SteuerfreierBetrag") / checkNull(pos.Item("Anzahl")))