Skip to content

Commit

Permalink
Fix bad status picto
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 15, 2017
1 parent 48ae76e commit 087e22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/lib/company.lib.php
Expand Up @@ -1446,7 +1446,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
}

// Status
$out.='<td class="nowrap" align="center">'.$actionstatic->LibStatut($histo[$key]['percent'],3,1,$histo[$key]['datestart']).'</td>';
$out.='<td class="nowrap" align="center">'.$actionstatic->LibStatut($histo[$key]['percent'],3,0,$histo[$key]['datestart']).'</td>';

// Actions
$out.='<td></td>';
Expand Down

0 comments on commit 087e22a

Please sign in to comment.