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