WIP 2025-01-20 ConstructionConsent History

This commit is contained in:
Frank Schubert
2025-01-21 16:24:01 +01:00
parent e82e66ceae
commit 1db38f4b11
2 changed files with 61 additions and 3 deletions

View File

@@ -60,9 +60,12 @@ $pagination_entity_name = "Adressen";
<?=$item->adb_hausnummer->strasse->gemeinde->name?>
</td>
</tr><tr>
<th>Anzahl Bestellungen</th>
<td><?=$item->preorder_count?></td>
</tr>
<th>Anzahl Wohneinheiten</th>
<td><?=$item->adb_hausnummer->unit_count?></td>
</tr><tr>
<th>Anzahl Bestellungen</th>
<td><?=$item->preorder_count?></td>
</tr>
<?php else: ?>
<tr>
<th>Straße</th>