fixed calculation in adb dashboard
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user