noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 07/07: Bug : cannot create separate PDF


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/07: Bug : cannot create separate PDF
Date: Thu, 23 Sep 2021 04:04:59 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ed31dd8b72286542756dee8ff7216eca35372c6e
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Sep 16 13:56:31 2021 +0200

    Bug : cannot create separate PDF
---
 include/class/document_export.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/document_export.class.php 
b/include/class/document_export.class.php
index a7ff4a5..f3c7116 100644
--- a/include/class/document_export.class.php
+++ b/include/class/document_export.class.php
@@ -91,7 +91,7 @@ class Document_Export
             throw new Exception ( __FILE__.":".__LINE__."cannot recreate zip");
         }
         chdir($this->store_pdf);
-        $zip->addGlob("stamp*pdf");
+        $zip->addGlob("*-stamp_*pdf");
         $zip->close();
 
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]