chat, essenebstellungen, vollmachten (gültig bis), bugfix laden bei sendungsdetails kunden (fehlermeldung), sprache bei verzollungsunterlagen BAR, Rechung an Atilla

This commit is contained in:
2024-07-29 09:35:57 +02:00
parent f84d9184ab
commit df27c0c389
15 changed files with 1131 additions and 113 deletions

View File

@@ -1428,11 +1428,16 @@ Public Class cFormularManager
If doc IsNot Nothing Then
doc.PageSettings.Size = Spire.Pdf.PdfPageSize.A4
doc.SaveToFile(targetPath)
If targetPath.EndsWith(".pdf") Then
doc.SaveToFile(targetPath)
Else
doc.SaveToFile(targetPath & "\" & filename)
End If
If openFileAfterDownload Then
End If
End If
End If
End Using
End Using