From add82ec0b60002a82d6c807219035c41dec58509 Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 13 Dec 2021 09:51:18 +0100 Subject: [PATCH] =?UTF-8?q?Header-Row=20eingef=C3=BCgt=20bei=20Button=5FCl?= =?UTF-8?q?ick?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/LKWs.aspx | 3 +-- Customers/LKWs.aspx.vb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index be8f881..3d042e1 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -191,8 +191,7 @@ newCell2.innerHTML = par3 newCell3.innerHTML = par4 } - function TableRowClick_M(list, Kennzeichen, Nat) { - var arrayObject = []; + function TableRowClick_M(list, Kennzeichen, Nat) { var table = document.getElementById("<%=tbl_2.ClientID%>"); var Speditionslabel = document.getElementById("<%=lbl_sped_Placeholder_M.ClientID%>") var natplaceholder = document.getElementById("<%=lbl_Placeholder_M.ClientID%>") diff --git a/Customers/LKWs.aspx.vb b/Customers/LKWs.aspx.vb index 7a35d28..60617f9 100644 --- a/Customers/LKWs.aspx.vb +++ b/Customers/LKWs.aspx.vb @@ -261,7 +261,7 @@ Partial Class LKWS tblhrow_M.Cells.Add(tbhc_KZ_An_M) tblhrow_M.Cells.Add(tbhc_Verm_M) - tbl_sidemenue.Rows.Add(tblhrow_M) + tbl_2.Rows.Add(tblhrow_M) 'tbl_sidemenue.Rows.Clear() 'MsgBox("Test2")