Fixed ConstructionConsentOwner sums

This commit is contained in:
Frank Schubert
2025-01-29 14:10:45 +01:00
parent bdc2ef2137
commit 2e5eb79d5d

View File

@@ -268,7 +268,7 @@ $pagination_entity_name = "Adressen";
<h5>Zusammenfassung Ergebnis (von <?=count($item->owners)?>)</h5>
<table class="table table-sm">
<?php foreach($item->owner_result_counts as $type => $count): ?>
<?php if(!$type) return false; ?>
<?php if(!$type) continue; ?>
<tr>
<th><?=__($type,"consent")?></th>
<td><?=$count?></td>