From 9b8e418bb73fa433a102f6e3e6dc42c6a8b702a2 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 12 Feb 2004 01:20:23 +0000 Subject: [PATCH] =?UTF-8?q?Le=20num=E9ro=20de=20CHQ,=20VIR=20est=20plac=E9?= =?UTF-8?q?=20juste=20apr=E8s=20le=20type=20(CHQ,=20VIR)=20de=20paiement?= =?UTF-8?q?=20plutot=20qu'apr=E8s=20le=20choix=20du=20compte.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/paiement.php | 6 ++++-- htdocs/fourn/facture/paiement.php | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/paiement.php b/htdocs/compta/paiement.php index 0ac225602a6..71141605dc9 100644 --- a/htdocs/compta/paiement.php +++ b/htdocs/compta/paiement.php @@ -167,8 +167,12 @@ if ($_GET["action"] == 'create') } print ""; print "\n"; + print ''; print ''; + + print "Numéro :
Numéro du chèque / virement\n"; + print "Compte à créditer :"; print "\n"; - print "Numéro :
Numéro du chèque / virement\n"; - /* * Autres factures impayées */ diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 9c6616a376c..d3e9f98a00f 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -143,6 +143,8 @@ if ($action == 'create') print ""; print ''; + print "Numéro :
Num du cheque ou virement\n"; + print "Compte à débiter :"; print "\n"; - print "Numéro :
Num du cheque ou virement\n"; print "Reste à payer :".price($total - $sumpayed)." euros TTC\n"; print "Montant :\n"; print '';