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";