If a message is sent from:

- An organization unit: when opened via token then the organization unit is displayed as sender and no answer button is displayed
- The system sender: when opened via token then it is displayed as sender: "System sender"
This commit is contained in:
Paolo
2022-09-06 14:24:42 +02:00
parent 075e8ede0a
commit 10ce6128de
2 changed files with 28 additions and 9 deletions
@@ -44,7 +44,7 @@
</td>
<td>
<?php echo $sender->vorname.' '.$sender->nachname; ?>
<?php echo $sender; ?>
</td>
</tr>