Fixed ConstructionConsentOwner sums
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user