f
This commit is contained in:
@@ -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
@@ -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
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user