k
This commit is contained in:
@@ -72,7 +72,7 @@ class Belevo_Bezahl_Modul extends IPSModule
|
||||
xhr.send(JSON.stringify({
|
||||
"jsonrpc": "2.0",
|
||||
"method": "SetValue",
|
||||
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', true],
|
||||
"params": ["AmountIsReserved", true],
|
||||
"id": 0
|
||||
}));
|
||||
xhr.onload = function() {
|
||||
@@ -94,7 +94,7 @@ class Belevo_Bezahl_Modul extends IPSModule
|
||||
xhr.send(JSON.stringify({
|
||||
"jsonrpc": "2.0",
|
||||
"method": "SetValue",
|
||||
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', false],
|
||||
"params": ["AmountIsReserved", false],
|
||||
"id": 0
|
||||
}));
|
||||
xhr.onload = function() {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"compatibility": {
|
||||
"version": "7.1"
|
||||
},
|
||||
"version": "1.018",
|
||||
"version": "1.019",
|
||||
"build": 0,
|
||||
"date": 0
|
||||
}
|
||||
Reference in New Issue
Block a user