diff --git a/htdocs/fourn/commande/pre.inc.php b/htdocs/fourn/commande/pre.inc.php index 2022a9cb6e7..5d4eb3b8271 100644 --- a/htdocs/fourn/commande/pre.inc.php +++ b/htdocs/fourn/commande/pre.inc.php @@ -28,6 +28,10 @@ */ require("../../main.inc.php"); +$langs->load("orders"); +$langs->load("suppliers"); +$langs->load("companies"); +$user->getrights('fournisseur'); require_once DOL_DOCUMENT_ROOT."/fournisseur.commande.class.php";