FIX #7075 : bad path for document
This commit is contained in:
parent
ea8a49aea3
commit
a072b23a5e
@ -878,7 +878,7 @@ if (empty($reshook))
|
||||
}
|
||||
|
||||
// Actions to build doc
|
||||
$upload_dir = $conf->commande->dir_output;
|
||||
$upload_dir = $conf->fournisseur->dir_output.'/commande';
|
||||
$permissioncreate = $user->rights->fournisseur->commande->creer;
|
||||
include DOL_DOCUMENT_ROOT.'/core/actions_builddoc.inc.php';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user