From bb6bea6ac96141231120692cc196afa46f9455a7 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 11:18:26 +0000 Subject: [PATCH] =?UTF-8?q?Positionne=20automatiquement=20le=20compte=20?= =?UTF-8?q?=E0=20cr=E9diter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/paiement.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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