bugfix adresse projektrechte

This commit is contained in:
OpenXE 2025-01-12 12:23:34 +01:00
parent bfd21b31dd
commit dd082c2476

View File

@ -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();