diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 87b1e6656e9..1bf70c538d8 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -60,7 +60,7 @@ if ($action == 'create') print_titre("Emettre un paiement"); print '
'; print ''; - print ''; + print '
'; print "\n"; @@ -121,7 +121,12 @@ if ($action == 'create') while ($i < $num) { $objopt = $db->fetch_object( $i); - print "\n"; + print ''; $i++; } }
Facture