Merge branch 'fronkdev' into 'master'

Added new status filter to Pipe- and Linework

See merge request fronk/thetool!1242
This commit is contained in:
Frank Schubert
2025-04-22 16:26:35 +00:00
6 changed files with 52 additions and 23 deletions
+2
View File
@@ -96,6 +96,8 @@
>
<?=$status->code?> - <?=__($status->name."-t")?></option>
<?php endforeach; ?>
<option value="">-----</option>
<option value="3,4,5,6" <?=(array_key_exists("status_id", $filter) && $filter["status_id"] == "3,4,5,6") ? "selected='selected'" : ""?>>Bauauftrag zugeteilt oder erledigt</option>
</select>
</div>
+2
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>