diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 2fc5a505455..50773ba82b1 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -547,7 +547,7 @@ if ($_GET["action"] == 'create') */ print_titre("Produits"); - print ''; + print '
'; print ''; print ''; @@ -607,7 +607,7 @@ if ($_GET["action"] == 'create') { print_titre("Produits"); - print '
RéfProduitPrixRemiseQté.
'; + print '
'; print ''; print ''; @@ -823,7 +823,7 @@ else $num_lignes = $db->num_rows(); $i = 0; $total = 0; - echo '
RéfProduitPrixRemiseQté.
'; + echo '
'; if ($num_lignes) { print "";