Fixed ConstructionConsentOwner sums

This commit is contained in:
Frank Schubert
2025-01-29 14:06:53 +01:00
parent 9a935a79bc
commit bdc2ef2137
2 changed files with 3 additions and 2 deletions

View File

@@ -268,6 +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; ?>
<tr>
<th><?=__($type,"consent")?></th>
<td><?=$count?></td>