Merge branch 'fronkdev' into 'master'
Fixed ConstructionConsentOwner sums See merge request fronk/thetool!960
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user