Added connection count to preorder/index
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user