Merge branch 'preorderstatus-neu' into 'master'

Fixed status history in preorder-detail

See merge request fronk/thetool!513
This commit is contained in:
Frank Schubert
2024-07-25 10:53:33 +00:00

View File

@@ -484,7 +484,7 @@
<th>Neuer Status</th>
</tr>
<?php foreach($preorder->history as $history): ?>
<?php if($history->key != "preorderstatus_id") continue; ?>
<?php if($history->key != "status_id") continue; ?>
<tr>
<td><?=date("d.m.Y H:i:s", $history->create)?></td>
<td><?=$history->creator->name?></td>