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)