From a875ce4b6a7dd5ba85d857a1c1c8c7c3ceac12a6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 25 Aug 2005 16:05:41 +0000 Subject: [PATCH] Modif lien sur la societe --- htdocs/telephonie/contrat/fiche.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/telephonie/contrat/fiche.php b/htdocs/telephonie/contrat/fiche.php index 0fecae46e10..ea10cadd9cd 100644 --- a/htdocs/telephonie/contrat/fiche.php +++ b/htdocs/telephonie/contrat/fiche.php @@ -474,7 +474,8 @@ else $client_facture = new Societe($db); $client_facture->fetch($contrat->client_facture_id); - print 'Client FacturéClient Facturé'; + print ''; print $client_facture->nom.'
'; print $client_facture->cp . " " .$client_facture->ville;