mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
bugfix adresse ansprechpartner
This commit is contained in:
parent
2ff37db45a
commit
0b4e0c9c2c
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user