Test ATEZ, Plose Curr, SpedBuch Pkst

This commit is contained in:
2025-01-09 09:29:57 +01:00
parent 955ae80d62
commit 330ffd108e
6 changed files with 37 additions and 17 deletions

View File

@@ -795,6 +795,13 @@ Public Class frmMDMNachrichtenVerarbeitung
If If(PLOSE_INV.plInv_PdfFileName, "") <> "" Then
If Not PLOSE_INV.plInv_PdfFileName.ToString.ToLower.EndsWith(".pdf") Then PLOSE_INV.plInv_PdfFileName += ".pdf" ' Falls Endung nciht .pdf --> anfügen
End If
If currentRow.Length >= 16 Then
PLOSE_INV.plInv_Currency = SQL.isleernothing(currentRow(15))
End If
PLOSE_INV.plInv_Einlesedatum = Now.ToShortDateString
PLOSE_INV.plInv_Datensatztyp = "PDF"
PLOSE_INV.plInv_PLOSEKundennummer = SQL.isleernothing(currentRow(0))