From 64ec3847f7108e86de7186dbd460c5484de99712 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 29 May 2004 16:04:43 +0000 Subject: [PATCH] =?UTF-8?q?Modification=20de=20l'ordre=20des=20lignes=20de?= =?UTF-8?q?=20l'adresse=20pour=20avoir=20tel=20et=20fax=20et=20web=20apr?= =?UTF-8?q?=E8s=20l'adresse=20comme=20sur=20les=20autres=20fiches.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/fiche.php b/htdocs/compta/fiche.php index 8e7a471f84c..4faccd7ddcb 100644 --- a/htdocs/compta/fiche.php +++ b/htdocs/compta/fiche.php @@ -218,8 +218,9 @@ if ($socid > 0) print ''; print ''; print ''; + print '"; print ''; - print '"; + print ""; print ''; print ""; - print ""; print "
Nom'.$objsoc->nom.'
Adresse'.nl2br($objsoc->adresse)."
$objsoc->cp $objsoc->ville
Tel'.$objsoc->tel.' Fax'.$objsoc->fax.' 
Ville'.nl2br($objsoc->adresse)."
$objsoc->cp $objsoc->ville
Weburl\">$objsoc->url 
Siren'.$objsoc->siren.' prefix"; @@ -234,7 +235,6 @@ if ($socid > 0) print "
Siteurl\">$objsoc->url 
";