From e81c6420176f71d2ec0beaf27956c947c267c9ee Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 13 Sep 2006 15:48:09 +0000 Subject: [PATCH] Uniformisation du code --- htdocs/fourn/facture/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 5658a4cf958..ad9a0e6877b 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -34,7 +34,7 @@ if (!$user->rights->fournisseur->facture->lire) $langs->load("companies"); -$socidp = $_GET["socidp"]; +$socidp = $_GET["socid"]; // Sécurité accés client if ($user->societe_id > 0)