From 9afdfbdae57e7f8e52887d5913db2be0883779c9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 10 Oct 2005 20:15:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture/fiche-rec.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index 81533ab265a..802917786a7 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -446,11 +446,9 @@ else print ""; - $class = "normal"; - - print ''.img_object($langs->trans("ShowBill"),"bill").' '.$objp->titre; + print ''.img_object($langs->trans("ShowBill"),"bill").' '.$objp->titre; print "\n"; - print ''.$objp->nom.''; + print ''.$objp->nom.''; print "".price($objp->total)."\n";