Fixed displaying status history in Preorder
This commit is contained in:
@@ -484,7 +484,7 @@
|
||||
<th>Neuer Status</th>
|
||||
</tr>
|
||||
<?php foreach($preorder->history as $history): ?>
|
||||
<?php if($history->key != "status_id") continue; ?>
|
||||
<?php if($history->key != "preorderstatus_id") continue; ?>
|
||||
<tr>
|
||||
<td><?=date("d.m.Y H:i:s", $history->create)?></td>
|
||||
<td><?=$history->creator->name?></td>
|
||||
|
||||
Reference in New Issue
Block a user