diff --git a/htdocs/admin/commande.php b/htdocs/admin/commande.php index 569ac1b8b69..da441327e5b 100644 --- a/htdocs/admin/commande.php +++ b/htdocs/admin/commande.php @@ -35,6 +35,7 @@ require_once(DOL_DOCUMENT_ROOT.'/commande/class/commande.class.php'); $langs->load("admin"); $langs->load("errors"); +$langs->load("orders"); if (! $user->admin) accessforbidden();