From d2bd395c9473e8230c9c0a7ce21603a07b54e556 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Jan 2005 20:29:25 +0000 Subject: [PATCH] Fix: Inversion TTC, HT --- htdocs/fourn/facture/fiche.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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