Changed user image
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user