Merge branch 'AddressDB/add-new-tool-type-field' into 'master'
added new tool type field See merge request fronk/thetool!1392
This commit is contained in:
@@ -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): ?>
|
||||
|
||||
Reference in New Issue
Block a user