From ba0fc69d9c62aaf38c853a3a0c2d75911357416b Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Fri, 12 Jun 2026 14:26:50 +0200 Subject: [PATCH] Spedbuch --- SDL/Speditionsbuch/usrCntlSpeditionsBuchSuche.vb | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL/Speditionsbuch/usrCntlSpeditionsBuchSuche.vb b/SDL/Speditionsbuch/usrCntlSpeditionsBuchSuche.vb index ee027a2c..42d15c25 100644 --- a/SDL/Speditionsbuch/usrCntlSpeditionsBuchSuche.vb +++ b/SDL/Speditionsbuch/usrCntlSpeditionsBuchSuche.vb @@ -1854,6 +1854,7 @@ Public Class usrCntlSpeditionsBuchSuche 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(New String("-"c, 70))