Erstellung temp ordner für Generierung der pdfs der Invoices

This commit is contained in:
ja
2021-11-08 15:45:00 +01:00
parent 7511747340
commit 49f5eea930

View File

@@ -467,7 +467,7 @@ Partial Class Customers_Default3
tbl_cellNothing.Style.Add("text-align", "center")
Dim tr As New TableRow
tr.Style.Add("text-align", "center")
tbl_cellNothing.Text = Server.HtmlEncode("Keine Daten gefunden!")
tbl_cellNothing.Text = Server.HtmlEncode("No data found!")
tr.Cells.Add(tbl_cellNothing)
normaltable.Rows.Add(tr)
End If