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)