From 7682ac9a9c86e6d8fb9ec417bdfd90d6167dc015 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 12 Oct 2003 18:39:37 +0000 Subject: [PATCH] Correction url vers les societe dans la liste --- htdocs/compta/facture/fiche-rec.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture/fiche-rec.php b/htdocs/compta/facture/fiche-rec.php index b2ebd8534d8..8541faec2a6 100644 --- a/htdocs/compta/facture/fiche-rec.php +++ b/htdocs/compta/facture/fiche-rec.php @@ -436,7 +436,7 @@ else print '' . $objp->titre; print "\n"; - print ''.$objp->nom.''; + print ''.$objp->nom.''; print "".price($objp->total)."\n";