Added EZ to ConstructionConsent

This commit is contained in:
Luca Haid
2025-03-10 13:25:43 +01:00
parent d10ffc1be8
commit d44b8509ea

View File

@@ -130,6 +130,11 @@ $pagination_entity_name = "Zustimmungserklärungen";
<input type="text" class="form-control" name="filter[gst]" id=filter_gst value="<?=(array_key_exists('gst', $filter)) ? $filter['gst'] : ""?>" />
</div>
<div class="col-2">
<label class="form-label" for="filter_gst">EZ</label>
<input type="text" class="form-control" name="filter[ez]" id=filter_ez value="<?=(array_key_exists('ez', $filter)) ? $filter['ez'] : ""?>" />
</div>
</div>
@@ -315,6 +320,7 @@ $pagination_entity_name = "Zustimmungserklärungen";
<th>Objekttyp</th>
<th>Objektadresse</th>
<th>GST-Nr.</th>
<th>Einlagezahl</th>
<th>Anfragestatus</th>
<th>Anfrageresultat</th>
<th></th>
@@ -336,6 +342,7 @@ $pagination_entity_name = "Zustimmungserklärungen";
<?php endif; ?>
</td>
<td><?=$item->gst?></td>
<td><?=$item->ez?></td>
<td><?=($item->status) ? __($item->status,"consent") : ""?></td>
<td>
<?php