From 90ae9ea2c543482eba2b8385992b33d5f176707f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 30 Nov 2004 19:27:07 +0000 Subject: [PATCH] Ajout chargement de la class --- htdocs/fourn/commande/pre.inc.php | 2 ++ 1 file changed, 2 insertions(+) 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;