Added connection count to preorder/index

This commit is contained in:
Frank Schubert
2022-10-25 13:31:44 +02:00
parent 1e4d8ed90c
commit 316e9144c6

View File

@@ -101,6 +101,7 @@
<th>Bestelltyp</th>
<th>Status</th>
<th>Anschlussadresse</th>
<th>Anschlüsse</th>
<th>Kunde</th>
<th>Kontakt</th>
<th>Partner</th>
@@ -127,6 +128,7 @@
<?php else: ?>
<td></td>
<?php endif; ?>
<td><?=($preorder->connection_count) ? $preorder->connection_count : 1?></td>
<td>
<?=($preorder->company) ? $preorder->company : $preorder->firstname." ".$preorder->lastname?><br />
<?=$preorder->street?><br />