From 355803941cc84c6dc700257ddc7533e31c8b8029 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 2 Feb 2004 20:30:25 +0000 Subject: [PATCH] =?UTF-8?q?Si=20le=20num=E9ro=20de=20ch=E8que=20est=20inco?= =?UTF-8?q?nnu,=20ne=20l'affiche=20pas=20plutot=20que=20la=20valeur=20"0".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/rappro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/rappro.php b/htdocs/compta/bank/rappro.php index eb3f4209401..c431b7b40e9 100644 --- a/htdocs/compta/bank/rappro.php +++ b/htdocs/compta/bank/rappro.php @@ -158,7 +158,7 @@ if ($result) } print ""; - print " ".$objp->fk_type." ".$objp->num_chq." "; + print " ".$objp->fk_type.($objp->num_chq?" ".$objp->num_chq:"").""; print "";