diff --git a/htdocs/projet/element.php b/htdocs/projet/element.php index d7e56c2d295..c7f772ef93d 100644 --- a/htdocs/projet/element.php +++ b/htdocs/projet/element.php @@ -393,7 +393,9 @@ foreach ($listofreferent as $key => $value) print ''.$langs->trans("Number").': '.$i.''; if (empty($value['disableamount'])) print ''.$langs->trans("TotalHT").' : '.price($total_ht).''; + else print ''; if (empty($value['disableamount'])) print ''.$langs->trans("TotalTTC").' : '.price($total_ttc).''; + else print ''; print ' '; print ''; }