diff --git a/htdocs/index.php b/htdocs/index.php index 5c20b329a00..52afe28fcb9 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -420,6 +420,8 @@ if ($conf->contrat->enabled && $user->rights->contrat->lire) // Nbre factures fournisseurs (à payer) if ($conf->fournisseur->enabled && $conf->facture->enabled && $user->rights->facture->lire) { + $langs->load("bills"); + include_once("./fourn/fournisseur.facture.class.php"); $board=new FactureFournisseur($db); $board->load_board();