overhauled preorderlogistics

This commit is contained in:
Luca Haid
2025-10-06 10:28:07 +02:00
parent 00c4627023
commit c46352942d
2 changed files with 3 additions and 310 deletions

View File

@@ -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 />