mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix Firmendaten default entries are not there, thus not editable
This commit is contained in:
parent
05714cfd21
commit
c00ae0eb5b
@ -569,6 +569,10 @@ class Firmendaten {
|
|||||||
|
|
||||||
public function FirmendatenEdit()
|
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')) {
|
if($this->app->Secure->GetPOST('installnewpayent')) {
|
||||||
$this->checkPaymentModules(true);
|
$this->checkPaymentModules(true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user