Umbenennung Variablen zu Kontext
This commit is contained in:
@@ -202,7 +202,7 @@
|
||||
|
||||
$.ajax({
|
||||
url: '<%= Page.ResolveUrl("~/Customers/LKWs.aspx") %>',
|
||||
data: { Address: convertedLKWs },
|
||||
data: { LKW_M: convertedLKWs },
|
||||
type: 'POST',
|
||||
|
||||
success: function (LKW_M) {
|
||||
|
||||
Reference in New Issue
Block a user