diff --git a/htdocs/fourn/facture/document.php b/htdocs/fourn/facture/document.php index d142fc7ac37..11c5f87f0c3 100644 --- a/htdocs/fourn/facture/document.php +++ b/htdocs/fourn/facture/document.php @@ -178,7 +178,7 @@ if ($facid > 0) // List of document $param='&facid='.$facture->id; - $formfile->list_of_documents($filearray,$facture,'facture_fournisseur',$param); + $formfile->list_of_documents($filearray,$facture,'facture_fournisseur',$param,0,get_exdir($facture->id,2,0).$facture->id.'/'); } else