This commit is contained in:
dh
2025-01-28 16:11:20 +01:00
parent 4b4e6580a3
commit 419c987044
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -15,12 +15,13 @@ class Belevo_Bezahl_Modul extends IPSModule
$this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false); $this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false);
// Initiales HTML setzen // Initiales HTML setzen
$this->SetHTMLContent();
} }
public function ApplyChanges() public function ApplyChanges()
{ {
parent::ApplyChanges(); parent::ApplyChanges();
$this->SetHTMLContent();
} }
private function SetHTMLContent() private function SetHTMLContent()
+1 -1
View File
@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.016", "version": "1.017",
"build": 0, "build": 0,
"date": 0 "date": 0
} }