diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php
index 8967e22a160..ed9f8906804 100644
--- a/htdocs/commande/stats/index.php
+++ b/htdocs/commande/stats/index.php
@@ -76,7 +76,7 @@ if ($mode == 'customer')
if ($mode == 'supplier')
{
$title=$langs->trans("OrdersStatisticsSuppliers").' ('.$langs->trans("SentToSuppliers").")";
- $dir=$conf->fournisseur->dir_output.'/commande/temp';
+ $dir=$conf->fournisseur->commande->dir_temp;
}
llxHeader('', $title);
@@ -322,7 +322,7 @@ foreach ($data as $val)
while (! empty($year) && $oldyear > $year+1)
{ // If we have empty year
$oldyear--;
-
+
print '
';
print '| 0?'&socid='.$socid:'').($userid>0?'&userid='.$userid:'').'">'.$oldyear.' | ';
print '0 | ';
@@ -334,7 +334,7 @@ foreach ($data as $val)
print '
';
}
-
+
print '';
print '| 0?'&socid='.$socid:'').($userid>0?'&userid='.$userid:'').'">'.$year.' | ';
print ''.$val['nb'].' | ';
diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php
index 7f2be7f5a3d..6257bcb08db 100644
--- a/htdocs/core/lib/files.lib.php
+++ b/htdocs/core/lib/files.lib.php
@@ -1912,7 +1912,7 @@ function dol_check_secure_access_document($modulepart, $original_file, $entity,
elseif ($modulepart == 'orderstatssupplier' && !empty($conf->fournisseur->dir_output))
{
if ($fuser->rights->fournisseur->commande->{$lire}) $accessallowed=1;
- $original_file=$conf->fournisseur->dir_output.'/commande/temp/'.$original_file;
+ $original_file=$conf->fournisseur->commande->dir_temp.'/'.$original_file;
}
// Wrapping pour les images des stats factures
elseif ($modulepart == 'billstats' && !empty($conf->facture->dir_temp))
diff --git a/htdocs/fourn/commande/list.php b/htdocs/fourn/commande/list.php
index 0b988e4d96b..3e3fe658155 100644
--- a/htdocs/fourn/commande/list.php
+++ b/htdocs/fourn/commande/list.php
@@ -1111,7 +1111,7 @@ if ($resql)
// Other picto tool
print '';
$filename=dol_sanitizeFileName($obj->ref);
- $filedir=$conf->fournisseur->dir_output.'/commande' . '/' . dol_sanitizeFileName($obj->ref);
+ $filedir=$conf->fournisseur->dir_output.'/commande/' . dol_sanitizeFileName($obj->ref);
print $formfile->getDocumentsLink($objectstatic->element, $filename, $filedir);
print ' |
';