diff --git a/Customers/CustomsAviso.aspx.vb b/Customers/CustomsAviso.aspx.vb index 53bd1df..afd25c2 100644 --- a/Customers/CustomsAviso.aspx.vb +++ b/Customers/CustomsAviso.aspx.vb @@ -235,7 +235,7 @@ Partial Class Kundenbereich_Default dt = VERAG_PROG_ALLGEMEIN.cAviso.GET_KDLIST_WEB(Art, Kdnrtext, {5}, Nothing, Nothing, Absender, Empfaenger, LKWNR, KDNAFNR) End If - If dt IsNot Nothing AndAlso dt.Rows.Count = 0 Then + If dt IsNot Nothing AndAlso Not dt.Rows.Count = 0 Then Dim i As Integer = 0 For Each d In dt.Rows Dim tr = New TableRow diff --git a/css/Customers/CustomerAVISO.css b/css/Customers/CustomerAVISO.css index 45a3311..e8ca08e 100644 --- a/css/Customers/CustomerAVISO.css +++ b/css/Customers/CustomerAVISO.css @@ -178,7 +178,7 @@ hr{ /* max-width:width:150px 11.25em;*/ margin-left: /*14px*/ 3.0837004405286343vw; max-width: /*390px;*/ 85.90308370044053vw; - overflow-x: auto; + overflow-x: auto; } } @media (min-width: 558.98px) {