Bug : cannot create separate PDF

This commit is contained in:
sparkyx 2021-09-16 13:56:31 +02:00
parent fe644373fe
commit ed31dd8b72

View file

@ -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();
}