fixed calculation in adb dashboard

This commit is contained in:
Luca Haid
2025-06-12 09:09:41 +02:00
parent d09c9f9ea6
commit dd59b48b40
2 changed files with 35 additions and 39 deletions

View File

@@ -151,7 +151,7 @@
<select name="tool_building_type" id="tool_building_type" class="form-control">
<option value="0" <?=($address->tool_building_type == "0") ? "selected='selected'" : ""?>>Unbekannt</option>
<option value="1" <?=($address->tool_building_type == "1") ? "selected='selected'" : ""?>>EFH</option>
<option value="2" <?=($address->tool_building_type == "2") ? "selected='selected'" : ""?>>MFH</option>
<option value="2" <?=($address->tool_building_type == "2") ? "selected='selected'" : ""?>>MPH</option>
</select>
</div>
</div>