This commit is contained in:
2023-10-10 16:23:38 +02:00
parent 15f61cbbea
commit 9c3677266d

View File

@@ -710,7 +710,7 @@ Public Class cAsfinag
Property driverId As Integer Property driverId As Integer
Property receiptNumber As String Property receiptNumber As String
Property OBUID As String Property OBUID As String
Property abrechnungsdatum As Date Property abrechnungsdatum As Object = Nothing
Public hasEntry = False Public hasEntry = False
@@ -1838,7 +1838,8 @@ Public Class cAsfinag
.VATamount = Trim(Mid(strZeile, 159, 10)) / 100 .VATamount = Trim(Mid(strZeile, 159, 10)) / 100
.OBUID = Trim(Mid(strZeile, 130, 25)) .OBUID = Trim(Mid(strZeile, 130, 25))
.receiptNumber = Trim(Mid(strZeile, 110, 20)) .receiptNumber = Trim(Mid(strZeile, 110, 20))
.abrechnungsdatum = SqlDateTime.Null
If ttrBody.transactionType = 3 Then If ttrBody.transactionType = 3 Then
' Vorzeichenänderung ' Vorzeichenänderung