diff --git a/SDL/Fakturierung/cFakturierung.vb b/SDL/Fakturierung/cFakturierung.vb index e3f7af9c..ed68c55d 100644 --- a/SDL/Fakturierung/cFakturierung.vb +++ b/SDL/Fakturierung/cFakturierung.vb @@ -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