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