diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index f7afd8ec376..5658a4cf958 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -32,6 +32,7 @@ require("./pre.inc.php"); if (!$user->rights->fournisseur->facture->lire) accessforbidden(); +$langs->load("companies"); $socidp = $_GET["socidp"];