This commit is contained in:
2024-05-14 10:52:52 +02:00
parent c53be1e0b8
commit 6d7ec064cc

View File

@@ -176,18 +176,16 @@
If boolKunden Then
If Not genDatensatzCSV_Stammdaten(24, OpenFile, Geschaeftsjahr, Path) Then
CSV_ALL = False
If Path <> "" Then
PathList.Add(Path)
End If
End If
If Path <> "" Then PathList.Add(Path)
End If
If boolBuchungen Then
If Not genDatensatzCSV_Buchungen(24, OpenFile, Geschaeftsjahr, Path) Then
CSV_ALL = False
If Path <> "" Then
PathList.Add(Path)
End If
End If
If Path <> "" Then PathList.Add(Path)
End If
Return True