From 5d85b6f1e03148b6b3508cdbca5634703304c716 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 29 Oct 2010 22:58:23 +0000 Subject: [PATCH] Fix: Download on joined files --- htdocs/fourn/facture/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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