8
0

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
Dieser Commit ist enthalten in:
2023-05-09 12:10:45 +02:00
Ursprung 88e3af9a51
Commit 34498edfa4

Datei anzeigen

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