Skip to content
Snippets Groups Projects
Commit 7217d91f authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: missing commit

parent ccf809b1
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,9 @@ class FileUpload
$pathname = 'fourn'; $filename='fournisseur.facture';
$dir_output=$conf->fournisseur->facture->dir_output;
}
elseif ($element == 'product') {
$dir_output = $conf->product->multidir_output[$conf->entity];
}
elseif ($element == 'action') {
$pathname = 'comm/action'; $filename='actioncomm';
$dir_output=$conf->agenda->dir_output;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment