mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-03-05 22:49:48 +01:00
bugfix adresse projektrechte
This commit is contained in:
parent
bfd21b31dd
commit
dd082c2476
@ -3197,7 +3197,7 @@ function AdresseAnsprechpartner($als_lieferadresse=false)
|
||||
|
||||
$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".$this->app->erp->ProjektRechte('projekt'));
|
||||
|
||||
$laender = $this->app->erp->GetSelectLaenderliste();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user