Merge branch 'fronkdev' into 'master'

Fixed ConstructionConsentOwner sums

See merge request fronk/thetool!960
This commit is contained in:
Frank Schubert
2025-01-29 13:11:05 +00:00
+1 -1
View File
@@ -268,7 +268,7 @@ $pagination_entity_name = "Adressen";
<h5>Zusammenfassung Ergebnis (von <?=count($item->owners)?>)</h5> <h5>Zusammenfassung Ergebnis (von <?=count($item->owners)?>)</h5>
<table class="table table-sm"> <table class="table table-sm">
<?php foreach($item->owner_result_counts as $type => $count): ?> <?php foreach($item->owner_result_counts as $type => $count): ?>
<?php if(!$type) return false; ?> <?php if(!$type) continue; ?>
<tr> <tr>
<th><?=__($type,"consent")?></th> <th><?=__($type,"consent")?></th>
<td><?=$count?></td> <td><?=$count?></td>