This commit is contained in:
2025-01-28 16:11:20 +01:00
parent 4b4e6580a3
commit 419c987044
2 changed files with 3 additions and 2 deletions

View File

@@ -15,12 +15,13 @@ class Belevo_Bezahl_Modul extends IPSModule
$this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false);
// Initiales HTML setzen
$this->SetHTMLContent();
}
public function ApplyChanges()
{
parent::ApplyChanges();
$this->SetHTMLContent();
}
private function SetHTMLContent()