Changed user image

This commit is contained in:
Frank Schubert
2021-08-03 21:19:31 +02:00
parent 0e386e0152
commit 88d042a17d
2 changed files with 3 additions and 3 deletions

View File

@@ -47,10 +47,9 @@
</td>
<td>
<?php if(is_array($order->terminations) && count($order->terminations)): ?>
<?=$order->terminations[0]->building->street?><?=($order->terminations[0]->name) ? " ".$order->terminations[0]->name : ""?><br />
<?=$order->terminations[0]->building->zip?> <?=$order->terminations[0]->building->city?>
<?php endif; ?>
<?php endif; ?>
</td>
<td class="text-monospace"><?=date("d.m.Y", $order->order_date)?></td>
<td class="text-monospace"><?=date("d.m.Y", $order->edit)?></td>