From fa2dd59f070408d8509837623a52f535212f5342 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 22 Apr 2004 13:36:55 +0000 Subject: [PATCH] =?UTF-8?q?Remise=20en=20forme=20et=20correction=20lien=20?= =?UTF-8?q?vers=20la=20fiche=20soci=E9t=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/fiche.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 41917239353..6f03864e272 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -43,7 +43,7 @@ $societe = new Societe($db); if ( $societe->fetch($socid) ) { - $head[0][0] = 'soc.php?socid='.$societe->id; + $head[0][0] = DOL_URL_ROOT.'/soc.php?socid='.$societe->id; $head[0][1] = "Fiche société"; $h = 1; @@ -58,7 +58,7 @@ if ( $societe->fetch($socid) ) dolibarr_fiche_head($head, $a); - print_titre("Fiche fournisseur : $societe->nom"); + print_titre($societe->nom); /* * @@ -70,8 +70,8 @@ if ( $societe->fetch($socid) ) * */ print ''; - print ''; - print ''; + print ''; + print ''; print '
Tél'.$societe->tel.' fax'.$societe->fax.' 
Adresse'.nl2br($societe->address).'
'.$societe->cp.' '.$societe->ville.'
Tél'.dolibarr_print_phone($societe->tel).' fax'.dolibarr_print_phone($societe->fax).' 
Adresse'.nl2br($societe->adresse).'
'.$societe->cp.' '.$societe->ville.'
'; /*