From 783b362343bcd33ce08318775b7fc6bddf399dcb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 5 Apr 2005 10:28:15 +0000 Subject: [PATCH] Ajout chargement class fournisseur --- htdocs/fourn/commande/pre.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/commande/pre.inc.php b/htdocs/fourn/commande/pre.inc.php index 5d4eb3b8271..1d6a7152fdd 100644 --- a/htdocs/fourn/commande/pre.inc.php +++ b/htdocs/fourn/commande/pre.inc.php @@ -33,6 +33,7 @@ $langs->load("suppliers"); $langs->load("companies"); $user->getrights('fournisseur'); +require_once DOL_DOCUMENT_ROOT."/fournisseur.class.php"; require_once DOL_DOCUMENT_ROOT."/fournisseur.commande.class.php"; function llxHeader($head = "", $title = "")