Update Index.php

This commit is contained in:
Luca Haid
2025-04-01 09:54:48 +00:00
parent a802ff8e05
commit 5e01b64c25

View File

@@ -331,6 +331,8 @@ $pagination_entity_name = "Zustimmungserklärungen";
<th>KG</th>
<th>GST-Nr.</th>
<th>Einlagezahl</th>
<th>Wohneinheiten</th>
<th>Bestellungen</th>
<th class="text-center">Anzahl Eigentümer</th>
<th>Anfrageresultat</th>
<th></th>
@@ -354,6 +356,8 @@ $pagination_entity_name = "Zustimmungserklärungen";
<td><?=$item->kg?></td>
<td><?=$item->gst?></td>
<td><?=$item->ez?></td>
<td><?=$item->adb_hausnummer->unit_count ?? ''?></td>
<td><?=$item->preorder_count?></td>
<td class="text-center">
<?php