diff --git a/htdocs/compta/facture/document.php b/htdocs/compta/facture/document.php index 1d75fc78ea0..927dc06d524 100644 --- a/htdocs/compta/facture/document.php +++ b/htdocs/compta/facture/document.php @@ -36,6 +36,7 @@ require_once(DOL_DOCUMENT_ROOT."/html.formfile.class.php"); $langs->load('propal'); $langs->load('compta'); $langs->load('other'); +$langs->load("bills"); if (!$user->rights->facture->lire) accessforbidden();