Merge branch 'fronkdev' into 'master'

Fixed subject in MaintenanceNotification Index

See merge request fronk/thetool!723
This commit is contained in:
Frank Schubert
2024-11-12 17:42:26 +00:00
2 changed files with 10 additions and 1 deletions
@@ -85,7 +85,7 @@
</tr>
<?php foreach($notifications as $notification): ?>
<tr>
<td><?=$notification->subject?></td>
<td><?=$notification->subject->subject?></td>
<td><?=($notification->plz) ? implode(", ", $notification->plzs) : ""?></td>
<td><?=($notification->send_ts) ? date("d.m.Y H:i", $notification->send_ts) : ""?></td>
<td><?=($notification->sent) ? "Ja" : "nein"?></td>