bugfix adresse ansprechpartner

This commit is contained in:
OpenXE 2024-03-13 12:18:08 +00:00
parent 2ff37db45a
commit 0b4e0c9c2c

View File

@ -3387,7 +3387,7 @@ function AdresseLieferadresse()
$this->app->Tpl->Set('ADRESSID',$id);
$adresstypen = $this->app->DB->SelectArr("SELECT type, bezeichnung FROM adresse_typ WHERE aktiv = 1 AND geloescht = 0".$this->app->erp->ProjektRechte());
$adresstypen = $this->app->DB->SelectArr("SELECT type, bezeichnung FROM adresse_typ WHERE aktiv = 1 AND geloescht = 0");
$laender = $this->app->erp->GetSelectLaenderliste();