diff --git a/htdocs/includes/triggers/interface_modPropale_Exportsynchro.class.php-NORUN b/htdocs/includes/triggers/interface_modPropale_Exportsynchro.class.php-NORUN index a0d1f0e61ed..28448e62498 100644 --- a/htdocs/includes/triggers/interface_modPropale_Exportsynchro.class.php-NORUN +++ b/htdocs/includes/triggers/interface_modPropale_Exportsynchro.class.php-NORUN @@ -110,7 +110,7 @@ class InterfaceExportsynchro function _create_csv_files($action,$object,$user,$langs,$conf) { - include_once(DOL_DOCUMENT_ROOT."/propal.class.php"); + include_once(DOL_DOCUMENT_ROOT."/comm/propal/propal.class.php"); include_once(DOL_DOCUMENT_ROOT."/societe.class.php"); $propal_filename = $conf->propale->dir_temp.'/propal_exportsynchro.csv'; diff --git a/htdocs/index.php b/htdocs/index.php index c606edb2cd9..6c3d80ac8ab 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -347,7 +347,7 @@ if ($conf->propal->enabled && $user->rights->propale->lire) { $langs->load("propal"); - include_once(DOL_DOCUMENT_ROOT."/propal.class.php"); + include_once(DOL_DOCUMENT_ROOT."/comm/propal/propal.class.php"); $board=new Propal($db); $board->load_board($user,"signed");