From 3908d6fce95d6e8ea4ad34c22d5c41ab9472defe Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 2 Feb 2004 12:19:44 +0000 Subject: [PATCH] Modif affichage lien vers les fiches --- htdocs/soc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 92ef2fe1d44..4b976e6472f 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -34,7 +34,6 @@ if ($user->societe_id > 0) $socid = $user->societe_id; } - llxHeader(); if ($action == 'add') @@ -178,7 +177,7 @@ else if ($soc->client) { - print 'Clientoui Fiche'; + print 'Clientoui '.img_file().''; } else { @@ -187,7 +186,7 @@ else if ($soc->fournisseur) { - print 'Fournisseuroui Fiche'; + print 'Fournisseuroui '.img_file().''; } else {