Added new status filter to Pipe- and Linework

This commit is contained in:
Frank Schubert
2025-04-22 18:25:43 +02:00
parent 72a4353b3b
commit eb197ac266
6 changed files with 52 additions and 23 deletions

View File

@@ -91,6 +91,8 @@
>
<?=$status->code?> - <?=__($status->name."-b")?></option>
<?php endforeach; ?>
<option value="">-----</option>
<option value="3,4,5" <?=(array_key_exists("status_id", $filter) && $filter["status_id"] == "3,4,5") ? "selected='selected'" : ""?>>Bauauftrag zugeteilt oder erledigt</option>
</select>
</div>