added new tool type field

This commit is contained in:
Luca Haid
2025-05-27 14:04:36 +02:00
parent 5a8fef9611
commit ece7dcf806
9 changed files with 207 additions and 14 deletions

View File

@@ -57,6 +57,9 @@
<th>Wohneinheiten</th>
<td><?=count($address->wohneinheiten)?></td>
</tr><tr>
<th>Tool-Gebäudetyp</th>
<td><?= $address->tool_building_type == 0 ? "Unbekannt" : ($address->tool_building_type == 1 ? "EFH" : "MFH") ?></td>
</tr><tr>
<th>GPS Koordinaten</th>
<td>
<?php if($address->gps_lat && $address->gps_long): ?>