Bugfix Sammelrechnung

This commit is contained in:
2023-10-12 09:09:36 +02:00
parent df341a7910
commit 4b9b9f1ddc

View File

@@ -2087,7 +2087,7 @@ Public Class cFakturierung
If path <> "" Then listPDFs.Add(path)
End If
lastAktuelle_RgNr = Aktuelle_RgNr
Return True
Catch ex As Exception
MsgBox(ex.Message & ex.StackTrace)
End Try