Revert "Änderungen zurück bei formen"

This reverts commit 5abe52b2b9.
This commit is contained in:
ja
2022-02-07 08:53:21 +01:00
parent 5abe52b2b9
commit 3097539f1d
17 changed files with 276 additions and 164 deletions

View File

@@ -135,13 +135,9 @@
function detailtabelle(id, CardNo) {
// alert("Testdata:" + id)
let data = {};
data['Kennzeichen'] = id;
data['Kundennr'] = CustomerID;
data['CardNo'] = Cardnummer;
data['CustomerNo'] = CustomerNo;
data['SDLNr'] = SDLNr;
data['History'] = History;
let data = {};
data['Kennzeichen'] = id;
data['CardNo'] = CardNo;
$.ajax({
type: "POST",