From c00ae0eb5bba9a4bf03bead549ae11e35c189a18 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Fri, 17 Feb 2023 12:22:07 +0100 Subject: [PATCH] Bugfix Firmendaten default entries are not there, thus not editable --- www/pages/firmendaten.php | 4 ++++ 1 file changed, 4 insertions(+) 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); }