Skip to content

Commit

Permalink
Bugfix Firmendaten default entries are not there, thus not editable
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenXE committed Feb 17, 2023
1 parent 05714cf commit c00ae0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/pages/firmendaten.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,10 @@ protected function getPaymentmethodsToHide()

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);
}
Expand Down

0 comments on commit c00ae0e

Please sign in to comment.