From b1eec9afb91e352364c0ebeab6e7f7d5c469e97c Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 13 Dec 2021 14:06:09 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20funktion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/LKWs.aspx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 5a6624c..a904bf7 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -152,7 +152,7 @@ Speditionslabel.textContent = Kennzeichen natplaceholder.textContent = Nat - const arr2 = list.split(",", 4); + const arr2 = list.split(","); for (let i = 0; i < arr2.length; i++) { const Arr = list(i).split(";",4); for (let arrint = 0; arrint < arr2.length; arrint++) {