From 27e6cb8ab787c2c7630730ce97ce09fe47818311 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 13 Sep 2006 15:55:10 +0000 Subject: [PATCH] on devrait uniformiser soit sur socid, soit sur socidp !! --- htdocs/fourn/facture/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index ad9a0e6877b..a210f2a4c8b 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -34,7 +34,8 @@ if (!$user->rights->fournisseur->facture->lire) $langs->load("companies"); -$socidp = $_GET["socid"]; +//on devrait uniformiser soit sur socid, soit sur socidp +$socidp = $_GET["socidp"]; // Sécurité accés client if ($user->societe_id > 0)