From 062884ceadea87f44fa0181586b3b79b5f5303d5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 7 Dec 2004 13:10:43 +0000 Subject: [PATCH] =?UTF-8?q?Affiche=20le=20montant=20de=20la=20ligne=20=E0?= =?UTF-8?q?=20ventiler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/ventilation/liste.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/compta/ventilation/liste.php b/htdocs/compta/ventilation/liste.php index 6493bcaaf72..d8627e3e439 100644 --- a/htdocs/compta/ventilation/liste.php +++ b/htdocs/compta/ventilation/liste.php @@ -85,6 +85,7 @@ if ($result) print "Facture"; print ''.$langs->trans("Description").''; print ' '; + print ' '; print "\n"; } $var=True; @@ -97,6 +98,11 @@ if ($result) print ''.$objp->facnumber.''; print ''.stripslashes(nl2br($objp->description)).''; + + print ''; + print price($objp->price); + print ''; + print ''; print img_edit(); print '';