From 4cd477059edaed836647c9b25c23ddbb09cff0eb Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 17 Jan 2022 16:03:17 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20JSON?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/LKWs.aspx | 53 +- Customers/LKWs.aspx.vb | 21 +- .../CodeAnalysisLog.xml | 3954 ++++++++--------- 3 files changed, 2025 insertions(+), 2003 deletions(-) diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 453d2fe..92b816c 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -367,7 +367,8 @@ dtData.push([ this.SDL, this.Bez, - this.Gueltigbis + this.Gueltigbis, + this.kart ]); }); @@ -380,11 +381,12 @@ var dtData = []; // Data tables requires all data to be stuffed into a generic jagged array, so loop through our // typed object and create one. - $.each(result, function () { + $.each(result.d, function () { dtData.push([ this.SDL, this.Bez, - this.Gueltigbis + this.Gueltigbis, + this.Kartnr ]); }); @@ -394,7 +396,43 @@ }); } -