Compare commits

...

2 Commits

View File

@@ -1854,6 +1854,7 @@ Public Class usrCntlSpeditionsBuchSuche
Dim sb As New System.Text.StringBuilder Dim sb As New System.Text.StringBuilder
sb.AppendLine()
sb.AppendLine(String.Format("{0,-15} {1,6} {2,12} {3,15} {4,15}", "Grenzstelle", "Anz", "zu kassieren", "kassiert", "Handling")) sb.AppendLine(String.Format("{0,-15} {1,6} {2,12} {3,15} {4,15}", "Grenzstelle", "Anz", "zu kassieren", "kassiert", "Handling"))
sb.AppendLine(New String("-"c, 70)) sb.AppendLine(New String("-"c, 70))