Merge branch 'preorderstatus-neu' into 'master'

Fixed displaying status history in Preorder

See merge request fronk/thetool!498
This commit is contained in:
Frank Schubert
2024-07-18 12:47:08 +00:00

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>