Fixed displaying status history in Preorder

This commit is contained in:
Frank Schubert
2024-07-18 14:46:40 +02:00
parent f08111c9a4
commit d54673289f

View File

@@ -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>