diff --git a/Customers/SDL/Formtemplate EcoTAX.aspx b/Customers/SDL/Formtemplate EcoTAX.aspx
index 142a9be..298488f 100644
--- a/Customers/SDL/Formtemplate EcoTAX.aspx
+++ b/Customers/SDL/Formtemplate EcoTAX.aspx
@@ -123,16 +123,7 @@
-
-
+
@@ -182,7 +173,7 @@
data: JSON.stringify(data),
success: function (data) {
//alert(data.d.AaData)
- result2 = data.d.AaData;
+ let result2 = data.d;
//addheader();
for (var i = 0; i < result2.AaData.length; i++) {
diff --git a/Customers/SDL/Formtemplate FRESJUS_Tunnelkarte.aspx b/Customers/SDL/Formtemplate FRESJUS_Tunnelkarte.aspx
index d53124f..d46bc03 100644
--- a/Customers/SDL/Formtemplate FRESJUS_Tunnelkarte.aspx
+++ b/Customers/SDL/Formtemplate FRESJUS_Tunnelkarte.aspx
@@ -162,7 +162,7 @@
data: JSON.stringify(data),
success: function (data) {
//alert(data.d.AaData)
- result2 = data.d.AaData[;
+ let result2 = data.d;
//addheader();
for (var i = 0; i < result2.AaData.length; i++) {
diff --git a/Customers/SDL/Formtemplate IDS Tankkarte.aspx b/Customers/SDL/Formtemplate IDS Tankkarte.aspx
index 5ba77fe..5b4edb3 100644
--- a/Customers/SDL/Formtemplate IDS Tankkarte.aspx
+++ b/Customers/SDL/Formtemplate IDS Tankkarte.aspx
@@ -97,16 +97,7 @@
-
-
+
diff --git a/Customers/SDL/Formtemplate IDS Wölfl.aspx b/Customers/SDL/Formtemplate IDS Wölfl.aspx
index f854c5f..5ac2785 100644
--- a/Customers/SDL/Formtemplate IDS Wölfl.aspx
+++ b/Customers/SDL/Formtemplate IDS Wölfl.aspx
@@ -117,24 +117,14 @@
-
-
+
-
-
+