Fix: move class

This commit is contained in:
Regis Houssin
2010-03-23 21:31:05 +00:00
parent 2ad53b40eb
commit 8dbc2e5340
2 changed files with 2 additions and 2 deletions

View File

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