finished basic AddressDB view

This commit is contained in:
Frank Schubert
2023-01-04 16:38:37 +01:00
parent 6ff01cf0d9
commit 3ff5353fdd
7 changed files with 26 additions and 17 deletions
+1 -1
View File
@@ -155,8 +155,8 @@
<?=$preorder->adb_hausnummer->hausnummer?><br />
<?=($preorder->adb_wohneinheit_id) ? ((string)$preorder->adb_wohneinheit ? $preorder->adb_wohneinheit."<br />" : "") : "<i class='text-pink'>&lt;keine Wohneinheit&gt;</i><br />"?>
<?=$preorder->adb_hausnummer->plz->plz?>
<?=$preorder->adb_hausnummer->ortschaft->name?><br />
<?=$preorder->adb_hausnummer->strasse->gemeinde->name?>
<?=($preorder->address_district) ? "<br />(".$preorder->address_district.")" : ""?>
</td>
<?php else: ?>
<td></td>