forked from Wavyzz/dolibarr
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></span>\n";
|
||||||
|
|
||||||
|
$out .= '<span class="time">';
|
||||||
|
$out .= $actionstatic->getLibStatut(2);
|
||||||
|
$out .= '</span>';
|
||||||
|
|
||||||
// Ref
|
// Ref
|
||||||
$out .= '<h3 class="timeline-header">';
|
$out .= '<h3 class="timeline-header">';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user