mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Fix : in messaging view, the event status was missing (#34533)
This commit is contained in:
@@ -15456,6 +15456,10 @@ function show_actions_messaging($conf, $langs, $db, $filterobj, $objcon = null,
|
||||
}
|
||||
$out .= "</span></span>\n";
|
||||
|
||||
$out .= '<span class="time">';
|
||||
$out .= $actionstatic->getLibStatut(2);
|
||||
$out .= '</span>';
|
||||
|
||||
// Ref
|
||||
$out .= '<h3 class="timeline-header">';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user