overhauled preorderlogistics
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<?php if ($preorder->adb_hausnummer_id): ?>
|
||||
<?= htmlspecialchars($preorder->adb_hausnummer->strasse->name) ?> <?= htmlspecialchars($preorder->adb_hausnummer->hausnummer) ?>
|
||||
<?php if ($preorder->adb_wohneinheit_id && (string)$preorder->adb_wohneinheit): ?>
|
||||
/ <?= htmlspecialchars((string)$preorder->adb_wohneinheit) ?><br />
|
||||
/ <?= htmlspecialchars((string)$preorder->adb_wohneinheit) ?>
|
||||
<?php endif; ?><br/>
|
||||
<?= htmlspecialchars($preorder->adb_hausnummer->plz->plz) ?> <?= htmlspecialchars($preorder->adb_hausnummer->ortschaft->name) ?>
|
||||
<?php else: ?>
|
||||
|
||||
Reference in New Issue
Block a user