neu
This commit is contained in:
@@ -573,10 +573,9 @@ Public Class frmMDMNachrichtenVerarbeitung
|
||||
currentRow = MyReader.ReadFields()
|
||||
|
||||
|
||||
If currentRow.Length > 24 Then
|
||||
If currentRow.Length > 24 AndAlso currentRow(12) <> "839160" Then 'KDNR <> VERAG --> Die Kosten bleiben uns
|
||||
Dim PLOSE As New MDM_Worker.cPLOSE
|
||||
|
||||
|
||||
PLOSE.plose_Datensatztyp = SQL.isleernothing(currentRow(0))
|
||||
PLOSE.plose_KodexMautTankstelle = SQL.isleernothing(currentRow(1))
|
||||
PLOSE.plose_BeschreibungMautTankstelle = SQL.isleernothing(currentRow(2))
|
||||
|
||||
Reference in New Issue
Block a user