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');