fix multiple documents at once
when generating several documents in a common call (e.g. order manager task), the contents of the later documents are appended to the earlier ones
This commit is contained in:
parent
88e3af9a51
commit
34498edfa4
@ -48,7 +48,7 @@ abstract class pdfdocumentsGeneric extends Base implements genericInterface
|
||||
parent::__construct();
|
||||
|
||||
/** @var Smarty $oSmarty */
|
||||
$this->oSmarty = Registry::getUtilsView()->getSmarty();
|
||||
$this->oSmarty = Registry::getUtilsView()->getSmarty(true);
|
||||
}
|
||||
|
||||
public function runPreAction()
|
||||
|
Loading…
Reference in New Issue
Block a user