Bugfix Firmendaten default entries are not there, thus not editable

This commit is contained in:
OpenXE 2023-02-17 12:22:07 +01:00
parent 05714cfd21
commit c00ae0eb5b

View File

@ -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);
}