diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index 58496cbcabe..ac410f96fc8 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -26,6 +26,7 @@ */ require("../../main.inc.php"); +require_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.commande.class.php"); $langs->load("orders");