Merge pull request #18132 from atm-john/14.0_fix_ui_event
Fix UI event badge status
This commit is contained in:
commit
45b6e9aeb9
@ -1899,7 +1899,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon = '', $noprin
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Status
|
// Status
|
||||||
$out .= '<td class="nowrap center">'.$actionstatic->LibStatut($histo[$key]['percent'], 3, 0, $histo[$key]['datestart']).'</td>';
|
$out .= '<td class="nowrap center">'.$actionstatic->LibStatut($histo[$key]['percent'], 2, 0, $histo[$key]['datestart']).'</td>';
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
$out .= '<td></td>';
|
$out .= '<td></td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user