diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index 6878efcd6ab..2566dcb104d 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -826,7 +826,7 @@ print ''; if ($total_revenue_ht) { print ''; print ''.$langs->trans("Margin").''; - print ''.price(price2num($balance_ht / $total_revenue_ht, 'MT')).''; + print ''.round(100 * $balance_ht / $total_revenue_ht, 1).'%'; print ''; print ''; }