diff --git a/vilesci/stammdaten/firma_detailwork.php b/vilesci/stammdaten/firma_detailwork.php index 3ffb3b7ac..fb5bdf635 100644 --- a/vilesci/stammdaten/firma_detailwork.php +++ b/vilesci/stammdaten/firma_detailwork.php @@ -1197,10 +1197,9 @@ function getStandort($firma_id,$standort_id,$adresse_id,$adresstyp_arr,$user,$re $htmlstr.=" "; $htmlstr.="Bezeichnung: "; $htmlstr.="\n"; - - $htmlstr.=" "; - $htmlstr.="Zustelladresse:"; - $htmlstr.="zustelladresse?'checked':'')."> "; + $htmlstr.=" "; + $htmlstr.="Name: "; + $htmlstr.="\n"; $htmlstr.=" "; $htmlstr.=""; @@ -1265,6 +1264,11 @@ function getStandort($firma_id,$standort_id,$adresse_id,$adresstyp_arr,$user,$re $htmlstr.="Strasse:"; $htmlstr.="\n"; $htmlstr.=" "; + $htmlstr.="Zustelladresse:"; + $htmlstr.="zustelladresse?'checked':'')."> "; + + $htmlstr.=" "; + $htmlstr.=""; $htmlstr.="\n"; @@ -1394,4 +1398,4 @@ function saveStandort($firma_id,$standort_id,$adresse_id,$adresstyp_arr,$user,$r return 'Standort wurde erfolgreich gespeichert '; } -?> \ No newline at end of file +?>