mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 09:52:22 +00:00
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:
@@ -44,7 +44,7 @@
|
||||
</td>
|
||||
<td>
|
||||
|
||||
<?php echo $sender->vorname.' '.$sender->nachname; ?>
|
||||
<?php echo $sender; ?>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user