diff --git a/www/pages/firmendaten.php b/www/pages/firmendaten.php index e06eae2b..e429c5a7 100644 --- a/www/pages/firmendaten.php +++ b/www/pages/firmendaten.php @@ -569,6 +569,10 @@ class Firmendaten { public function FirmendatenEdit() { + + // Make sure the default values are all there, otherwise they are not editable + $this->app->erp->StandardFirmendatenWerte(); + if($this->app->Secure->GetPOST('installnewpayent')) { $this->checkPaymentModules(true); }