From 56d1e7b9ffcd58a498a96348ce0483186515e223 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 Apr 2004 18:52:20 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20La=20liste=20d=E9roulante=20du=20type=20?= =?UTF-8?q?de=20paiement=20n'affichait=20pas=20le=20type=20actif=20par=20d?= =?UTF-8?q?=E9faut.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/ligne.php | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/htdocs/compta/bank/ligne.php b/htdocs/compta/bank/ligne.php index 4f0c0b0ced7..7672fd6235e 100644 --- a/htdocs/compta/bank/ligne.php +++ b/htdocs/compta/bank/ligne.php @@ -183,9 +183,21 @@ if ($result) print ''; print " "; - print $objp->fk_type .' - '; - print $objp->num_chq; - print ""; + + print "
rowid\">"; + print ''; + print '"; + print $objp->num_chq?" - $objp->num_chq":''; + print ""; + print "
"; + + print ""; print "Catégorie"; print "'; - - print " "; - print '"; - print ""; - print "
rowid\">"; print ''; print "Relevé";