From d7e761e877463fb6f03cb7a1349326447760e00e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 29 Nov 2004 15:42:52 +0000 Subject: [PATCH] Ajout lien dans le menu, test pour future informations --- htdocs/fourn/fiche.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index 7f6e5798f0e..b47365354f9 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -27,9 +27,6 @@ require("../contact.class.php"); $langs->load("bills"); $langs->load("companies"); - -llxHeader(); - $socid = $_GET["socid"]; /* * Sécurité accés client @@ -49,6 +46,13 @@ $societe = new Societe($db); if ( $societe->fetch($socid) ) { + + $addons[0][0] = DOL_URL_ROOT.'/fourn/fiche.php?socid='.$socid; + $addons[0][1] = $societe->nom; + + + llxHeader('','Fiche Fournisseur : '.$societe->nom, $addons); + /* * Affichage onglets */