District now optional freetext in Preorder API

This commit is contained in:
Frank Schubert
2022-11-22 14:49:18 +01:00
parent 5c21e864fa
commit 9fce075b6a
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -145,6 +145,7 @@
<?=($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->strasse->gemeinde->name?>
<?=($preorder->address_district) ? "<br />(".$preorder->address_district.")" : ""?>
</td>
<?php else: ?>
<td></td>