diff --git a/htdocs/fourn/commande/pre.inc.php b/htdocs/fourn/commande/pre.inc.php index 231234b84a8..2f357951c4c 100644 --- a/htdocs/fourn/commande/pre.inc.php +++ b/htdocs/fourn/commande/pre.inc.php @@ -21,6 +21,8 @@ */ require("../../main.inc.php"); +require_once DOL_DOCUMENT_ROOT."/fournisseur.commande.class.php"; + function llxHeader($head = "", $title = "") { global $user, $langs;