From fc3b9660d87d7d00dd0df0e80a166d42b0a70775 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 1 May 2006 14:57:09 +0000 Subject: [PATCH] =?UTF-8?q?ajout=20possibilit=E9=20d'envoyer=20la=20comman?= =?UTF-8?q?de=20client=20par=20mail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/commande/fiche.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 05a0cc93d79..668a9ccce0d 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -35,6 +35,8 @@ require_once(DOL_DOCUMENT_ROOT ."/includes/modules/commande/modules_commande.php if ($conf->projet->enabled) require_once(DOL_DOCUMENT_ROOT.'/project.class.php'); require_once(DOL_DOCUMENT_ROOT.'/propal.class.php'); require_once(DOL_DOCUMENT_ROOT.'/commande/commande.class.php'); +require_once(DOL_DOCUMENT_ROOT.'/actioncomm.class.php'); +require_once(DOL_DOCUMENT_ROOT.'/lib/CMailFile.class.php'); $langs->load('orders'); $langs->load('sendings');