diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 812402fac03..f81d3a88750 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -312,15 +312,20 @@ else print ''.$langs->trans("Ref").''; print ''; - print ''; + print ''; print ''; print ''.$langs->trans("Label").''; print ''; - print ''.$langs->trans("AmountTTC").''; + + print ''.$langs->trans("AmountHT").''; print ''.price($fac->total_ht).''; + + print ''.$langs->trans("AmountTTC").''; + print ''.price($fac->total_ttc).''; + print ''.$langs->trans("Date").''; print_date_select($fac->datep); @@ -344,7 +349,9 @@ else * Lignes * */ - print "

id&action=add_ligne\" method=\"post\">"; + print '
'; + + print "id&action=add_ligne\" method=\"post\">"; print ''; print ''; print '';
'.$langs->trans("Label").'P.U. HT