Merge pull request #7121 from jfefe/patch-14

Bad path for document file
This commit is contained in:
Laurent Destailleur 2017-07-07 20:15:18 +02:00 committed by GitHub
commit 5046852caa

View File

@ -878,7 +878,7 @@ if (empty($reshook))
}
// Actions to build doc
$upload_dir = $conf->commande->dir_output;
$upload_dir = $conf->fournisseur->commande->dir_output;
$permissioncreate = $user->rights->fournisseur->commande->creer;
include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';