Bug : cannot create separate PDF
This commit is contained in:
parent
fe644373fe
commit
ed31dd8b72
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue