calculating preoder count with connection_count

This commit is contained in:
Frank Schubert
2022-10-21 11:36:28 +02:00
parent 915ff4a6f7
commit 1e4d8ed90c
3 changed files with 47 additions and 1 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
<td><?=$camp->area?></td>
<td>
<a href="<?=self::getUrl("Preorder", "Index", ["filter" => ["preordercampaign_id" => $camp->id]])?>">
<?=count($camp->active_preorders)?>
<?=$camp->active_preorder_count?>
<?php if($camp->homes_total): ?>
/ <?=$camp->homes_total?> (<?=(round((count($camp->active_preorders) / $camp->homes_total) * 100, 2))?> %)
<?php endif; ?>