Update Index.php

This commit is contained in:
Luca Haid
2025-10-14 08:54:01 +00:00
parent 0a559d0e5b
commit e060edf7a5

View File

@@ -411,8 +411,7 @@ $pagination_entity_name = "Vorbestellungen";
<select name="filter[billed]" id="filter_billed" class="form-control">
<option value=""></option>
<option value="1" <?=(isset($filter) && array_key_exists("billed", $filter) && strlen($filter['billed']) && intval($filter['billed']) === 1) ? "selected='selected'" : ""?>>Ja</option>
<option value="0" <?=(isset($filter) && array_key_exists("billed", $filter) && intval($filter['billed']) === 0) ? "selected='selected'" : ""?>>Nein</option>
</select>
<option value="0" <?=(isset($filter) && array_key_exists("billed", $filter) && strlen($filter['billed']) && intval($filter['billed']) === 0) ? "selected='selected'" : ""?>>Nein</option> </select>
</div>
<div class="col-sm-12 col-md-1">