From 141348d403870af44f2c1a84a10341a578af1bd9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 5 Oct 2006 08:43:00 +0000 Subject: [PATCH] bugfix --- htdocs/fourn/commande/fiche.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index c650de045a1..2e8c5235934 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -536,6 +536,7 @@ if ($_GET["id"] > 0) print ''; print ''.$langs->trans("Description").''; + print ' '; print ''.$langs->trans("VAT").''; print ''.$langs->trans("Qty").''; print ''.$langs->trans("ReductionShort").'';